From e384675fcec15ed195642510c517bb7dff7c0322 Mon Sep 17 00:00:00 2001 From: okir Date: Thu, 17 Apr 2003 13:23:22 +0000 Subject: [PATCH] - fixed test clause git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1042 c6295689-39f2-0310-b995-f0e70906c6a9 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 010ddbd7..0e096dd6 100644 --- a/configure.in +++ b/configure.in @@ -1199,7 +1199,7 @@ echo "SIA support: ${SIA_MSG}" echo "" -if test "x$ENGINE_MSG" = "xno" and "x$SSL_MSG" = "xyes" +if test "x$ENGINE_MSG" = "xno" -a "x$SSL_MSG" = "xyes" then echo "OpenSSL was found. But to use the engine you will need" echo "version 0.9.7a or later."