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