X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=configure;h=d41a1c3ae5b61570b2b614d5c1ea72e948265913;hp=58f02fa57ed51f1721dc79f3c19cfcacde6f6af1;hb=cf6dd80e4640c754455c5438ee9556df7ae58849;hpb=d8b64af2a1688c3c3d218cba0faad57a3ba050e8 diff --git a/configure b/configure index 58f02fa5..d41a1c3a 100755 --- a/configure +++ b/configure @@ -1317,6 +1317,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" @@ -1345,13 +1346,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"