X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=configure;h=eefe28e8428c66ac7b8cb77711b18c4e6c314269;hp=de0fc893eeefc16f664eb87d3b410c8ba9f24e67;hb=09603894ab972ef4e4b1409db205b52845dd4d6a;hpb=a1f871c72971efe84cd42670d5df4c4dc56dbd3f diff --git a/configure b/configure index de0fc893..eefe28e8 100755 --- 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"