Fix OpenSSL engine detection for cases using --with-ssl-dir.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1315 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2003-07-29 11:52:49 +00:00
parent 2836ff0287
commit ccc9aca6d2
1 changed files with 2 additions and 2 deletions

View File

@ -538,8 +538,8 @@ int main(void)
if test -n "$found_crypto" ; then
# we found openssl, lets see if it
# has an engine
CPPFLAGS="$saved_CPPFLAGS"
LDFLAGS="$saved_LDFLAGS"
# CPPFLAGS="$saved_CPPFLAGS"
# LDFLAGS="$saved_LDFLAGS"
if test -z "$ssldir" ; then
# we don't know where the library actually
# is; let linker take care of finding it