- 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
This commit is contained in:
okir 2002-03-05 13:16:54 +00:00
parent 9f43b3b0f3
commit 9fec8c4671
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ AC_ARG_WITH(pcsclite,
#include <winscard.h>],[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