From 5a8c2da2118b53bf9289a659ee751619a25f8b01 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 16 Dec 2008 19:40:34 +0000 Subject: [PATCH] Wed Nov 12 13:30:59 CST 2008 Pekka Pessi * sac-openssl.m4: fixed test $HAVE_OPENSSL = 1 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10805 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/sofia-sip/m4/sac-openssl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sofia-sip/m4/sac-openssl.m4 b/libs/sofia-sip/m4/sac-openssl.m4 index 49738c7d89..7daf7f4773 100644 --- a/libs/sofia-sip/m4/sac-openssl.m4 +++ b/libs/sofia-sip/m4/sac-openssl.m4 @@ -19,7 +19,7 @@ else [HAVE_OPENSSL=0]) fi - if test $HAVE_OPENSSL = 1 ; then + if test x$HAVE_OPENSSL = x1 ; then AC_DEFINE([HAVE_LIBCRYPTO], 1, [Define to 1 if you have the `crypto' library (-lcrypto).]) AC_DEFINE([HAVE_LIBSSL], 1, [Define to 1 if you have the `ssl' library (-lssl).]) else