[Freeswitch-trunk] [commit] r13924 - freeswitch/trunk
FreeSWITCH SVN
andrew at freeswitch.org
Tue Jun 23 14:23:44 PDT 2009
Author: andrew
Date: Tue Jun 23 16:23:44 2009
New Revision: 13924
Log:
Add -DHAVE_OPENSSL to openssl_CFLAGS if in fact we do have openssl
Modified:
freeswitch/trunk/configure.in
Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in (original)
+++ freeswitch/trunk/configure.in Tue Jun 23 16:23:44 2009
@@ -613,6 +613,10 @@
SAC_OPENSSL
+if test x$HAVE_OPENSSL = x1; then
+ openssl_CFLAGS="$openssl_CFLAGS -DHAVE_OPENSSL";
+fi
+
AX_CHECK_JAVA
More information about the Freeswitch-trunk
mailing list