Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
authorJens Axboe <axboe@fb.com>
Thu, 30 Oct 2014 23:16:32 +0000 (17:16 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 30 Oct 2014 23:16:32 +0000 (17:16 -0600)
configure

index de0fc893eeefc16f664eb87d3b410c8ba9f24e67..eefe28e8428c66ac7b8cb77711b18c4e6c314269 100755 (executable)
--- a/configure
+++ b/configure
@@ -1356,6 +1356,7 @@ yacc="no"
 yacc_is_bison="no"
 lex="no"
 arith="no"
+if test "$targetos" != "SunOS" ; then
 LEX=$(which lex 2> /dev/null)
 if test -x "$LEX" ; then
   lex="yes"
@@ -1384,13 +1385,13 @@ int main(int argc, char **argv)
   return 0;
 }
 EOF
-
 if compile_prog "" "-ll" "lex"; then
   LIBS="-ll $LIBS"
 else
   arith="no"
 fi
 fi
+fi
 
 echo "lex/yacc for arithmetic       $arith"