[Freeswitch-svn] [commit] r10805 - freeswitch/trunk/libs/sofia-sip/m4
FreeSWITCH SVN
mikej at freeswitch.org
Tue Dec 16 11:40:34 PST 2008
Author: mikej
Date: Tue Dec 16 14:40:34 2008
New Revision: 10805
Log:
Wed Nov 12 13:30:59 CST 2008 Pekka Pessi <first.last at nokia.com>
* sac-openssl.m4: fixed test $HAVE_OPENSSL = 1
Modified:
freeswitch/trunk/libs/sofia-sip/m4/sac-openssl.m4
Modified: freeswitch/trunk/libs/sofia-sip/m4/sac-openssl.m4
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/m4/sac-openssl.m4 (original)
+++ freeswitch/trunk/libs/sofia-sip/m4/sac-openssl.m4 Tue Dec 16 14:40:34 2008
@@ -19,7 +19,7 @@
[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
More information about the Freeswitch-svn
mailing list