Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / configure.in
index 8794636035b80c88a3fc7858824e8be1e480553f..24f856bbf9d2c79622bb86d4ba023835a982e60b 100644 (file)
@@ -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,