]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Wed Nov 12 13:30:59 CST 2008 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Tue, 16 Dec 2008 19:40:34 +0000 (19:40 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 16 Dec 2008 19:40:34 +0000 (19:40 +0000)
  * 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

index 49738c7d89fe06e264a3b164695bf775dba04a05..7daf7f4773887ae3c373ea1712fa9b0a07117acc 100644 (file)
@@ -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