From aa4c60c4bd3c8840c0571e738dd06c984c51d9a9 Mon Sep 17 00:00:00 2001 From: okir Date: Thu, 17 Apr 2003 13:25:20 +0000 Subject: [PATCH] - another fix to the engine test git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1043 c6295689-39f2-0310-b995-f0e70906c6a9 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 0e096dd6..aebe181f 100644 --- a/configure.in +++ b/configure.in @@ -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,