X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=configure.in;h=24f856bbf9d2c79622bb86d4ba023835a982e60b;hb=e471b5cc12c5c0eb40422df1e755123e534f0934;hp=8794636035b80c88a3fc7858824e8be1e480553f;hpb=c4478cec9a3b6e5e0e8e517f97c3e5adb3aacffa;p=ircu2.10.12-pk.git 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,