diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e3d696cdd..2041bf298 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.278 2005/07/14 07:22:11 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.279 2005/07/25 05:24:21 dtucker Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -796,8 +796,8 @@ int main() | |||
796 | if (a == 1 && b == 1 && c >= 4) | 796 | if (a == 1 && b == 1 && c >= 4) |
797 | exit(0); | 797 | exit(0); |
798 | 798 | ||
799 | /* 1.2.1.2 and up are OK */ | 799 | /* 1.2.3 and up are OK */ |
800 | if (v >= 1020102) | 800 | if (v >= 1020300) |
801 | exit(0); | 801 | exit(0); |
802 | 802 | ||
803 | exit(2); | 803 | exit(2); |