- fixed test clause

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

View File

@ -1199,7 +1199,7 @@ echo "SIA support: ${SIA_MSG}"
echo "" echo ""
if test "x$ENGINE_MSG" = "xno" and "x$SSL_MSG" = "xyes" if test "x$ENGINE_MSG" = "xno" -a "x$SSL_MSG" = "xyes"
then then
echo "OpenSSL was found. But to use the engine you will need" echo "OpenSSL was found. But to use the engine you will need"
echo "version 0.9.7a or later." echo "version 0.9.7a or later."