- another fix to the engine test

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1043 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-04-17 13:25:20 +00:00
parent e384675fce
commit aa4c60c4bd
1 changed files with 2 additions and 2 deletions

View File

@ -617,10 +617,10 @@ fi
AM_CONDITIONAL(HAVE_SSL, test "x$SSL_MSG" = "xyes")
AM_CONDITIONAL(HAVE_ENGINE, test ! -z "$found_engine")
ENGINE_MESG="no"
ENGINE_MSG="no"
if test ! -z "$found_engine"
then
ENGINE_MESG="yes"
ENGINE_MSG="yes"
fi
AC_ARG_WITH(pam-dir,