From 9fec8c46716a65167f7aa5424030bc9b5450d58c Mon Sep 17 00:00:00 2001 From: okir Date: Tue, 5 Mar 2002 13:16:54 +0000 Subject: [PATCH] - make sure HAVE_LIBPCSCLITE is defined when using --with-pcsclite git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@260 c6295689-39f2-0310-b995-f0e70906c6a9 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 9e021f6f..2b6a2a3b 100644 --- a/configure.in +++ b/configure.in @@ -294,6 +294,7 @@ AC_ARG_WITH(pcsclite, #include ],[SCardEstablishContext(0, NULL, NULL, NULL);], ac_cv_lib_pcsclite_SCardEstablishContext=yes) CPPFLAGS="$saved_CPPFLAGS" if test "x$ac_cv_lib_pcsclite_SCardEstablishContext" = "xyes"; then + AC_DEFINE(HAVE_LIBPCSCLITE) found_pcsclite=yes break; fi