[Pcsclite-cvs-commit] r1690 - trunk/PCSC

Ludovic Rousseau rousseau at costa.debian.org
Tue Oct 18 12:38:49 UTC 2005


Author: rousseau
Date: 2005-10-18 12:38:49 +0000 (Tue, 18 Oct 2005)
New Revision: 1690

Modified:
   trunk/PCSC/configure.in
Log:
do not try to find yywrap() since we use %option noyywrap now

pcsc-lite can now be compiled without (f)lex installed.


Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2005-10-18 12:37:01 UTC (rev 1689)
+++ trunk/PCSC/configure.in	2005-10-18 12:38:49 UTC (rev 1690)
@@ -126,14 +126,6 @@
 dnl See if socket() is found from libsocket
 AC_CHECK_LIB(socket, socket, [LIBS="$LIBS -lsocket"])
 
-dnl Probe for a proper flex library
-AC_SUBST(LIBFL)
-AC_CHECK_LIB(l, yywrap,
-	[ LIBFL="$LIBFL -ll" ],
-	AC_CHECK_LIB(fl, yywrap,
-		[ LIBFL="$LIBFL -lfl" ],
-		[ AC_MSG_ERROR([lex library required]) ] ))
-
 AC_SUBST(LIBUSB)
 dnl --enable-libusb=DIR
 AC_ARG_ENABLE(libusb,




More information about the Pcsclite-cvs-commit mailing list