diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index e374c9731..283f63f74 100755 --- a/autogen.sh +++ b/autogen.sh @@ -20,7 +20,7 @@ if test -z $AUTOCONF; then exit else V=`autoconf --version | head -1 | cut -d ' ' -f 4` - if [ "$V" = '2.6.3' ]; then + if [ "$V" = '2.63' ]; then FUZZY="dnl> " fi fi |