oops, ugly bug in configure script. set those variables,

if the user did *NOT* supply any of them himself.


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2562 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-09-09 12:32:05 +00:00
parent 6035a9c026
commit 1a3968b435
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ AM_CONDITIONAL(HAVE_OPENSSL, test "x$OPENSSL_MSG" = "xyes")
case "$host" in
*-*-darwin*)
if test -n "$PCSC_LIBS" -a -n "$PCSC_LIBS"
if test -z "$PCSC_LIBS" -a -z "$PCSC_LIBS"
then
PCSC_MSG=yes
PCSC_CFLAGS=""