summaryrefslogtreecommitdiff
blob: df2aa8d27bdc4fa4a3469fde5fc79849f0133215 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure
+++ b/configure
@@ -2915,7 +2915,7 @@ fi
 		FIELD2=`$FLTK_CONFIG --version | awk -F . '{print $2}'`;
 		FIELD3=`$FLTK_CONFIG --version | awk -F . '{print $3}'`;
 
-		if test $FIELD1 -le 1 -a $FIELD3 -lt 6; then
+		if test $FIELD1 -le 1 -a $FIELD2 -lt 1; then
 			echo -e "\nconfigure: error: fltk-version must be 1.1.6 or greater!\n"; exit -1;
 		fi
 		if test $FIELD1 -lt 1; then