Skip to content

Commit

Permalink
Check for CentOS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Jun 26, 2020
1 parent d805611 commit ebfb5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebfb5e7

Please sign in to comment.