From: Andrew Thompson Date: Tue, 23 Jun 2009 21:23:44 +0000 (+0000) Subject: Add -DHAVE_OPENSSL to openssl_CFLAGS if in fact we do have openssl X-Git-Tag: v1.0.4~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d6d8a1c5f5ffb0e5f2c44f841ff51b47323b471;p=thirdparty%2Ffreeswitch.git Add -DHAVE_OPENSSL to openssl_CFLAGS if in fact we do have openssl git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13924 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/configure.in b/configure.in index 41d1be2489..9a814ee1ac 100644 --- a/configure.in +++ b/configure.in @@ -613,6 +613,10 @@ fi SAC_OPENSSL +if test x$HAVE_OPENSSL = x1; then + openssl_CFLAGS="$openssl_CFLAGS -DHAVE_OPENSSL"; +fi + AX_CHECK_JAVA