X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=configure.in;h=24f856bbf9d2c79622bb86d4ba023835a982e60b;hp=8794636035b80c88a3fc7858824e8be1e480553f;hb=a36ad5e29241b0c89379947b13887cb6930ef3e0;hpb=c4478cec9a3b6e5e0e8e517f97c3e5adb3aacffa diff --git a/configure.in b/configure.in index 8794636..24f856b 100644 --- a/configure.in +++ b/configure.in @@ -132,14 +132,6 @@ else AC_MSG_ERROR([Cannot use $LEX as flex.]) fi -if test -z "$LEXLIB" ; then - AC_MSG_FAILURE([Cannot find a library with yywrap() in, but flex was found. - It's possible the compiler you're using ($CC) is incompatible with the - installed library.]) -fi - -LIBS="$LEXLIB $LIBS" - dnl YACC - ditto AC_PROG_YACC dnl The autoconf docs say $YACC defaults to 'yacc'. This seems to be true,