aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorlucaderi <deri@ntop.org>2020-06-26 09:01:58 +0200
committerlucaderi <deri@ntop.org>2020-06-26 09:01:58 +0200
commitebfb5e7f01e4c0ab6bd8eb411165cb002443b891 (patch)
treec4c2ecb4f09d4e4a0c65d325b3e7116b5e429e09 /autogen.sh
parentd805611fcb2842826b04a4bb457ba1f2635cc558 (diff)
Check for CentOS 6
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
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