- make sure HAVE_OPENSSL is defined even when reading openssldir from config.cache

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@261 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-03-05 13:26:00 +00:00
parent 9fec8c4671
commit fd9e7ef7ca

View File

@ -419,7 +419,7 @@ int main(void)
ac_cv_openssldir=$ssldir
SSL_MSG="yes"
fi
])
], [SSL_MSG=yes])
if (test ! -z "$ac_cv_openssldir" && test "x$ac_cv_openssldir" != "x(system)") ; then
dnl Need to recover ssldir - test above runs in subshell