]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add -DHAVE_OPENSSL to openssl_CFLAGS if in fact we do have openssl
authorAndrew Thompson <andrew@hijacked.us>
Tue, 23 Jun 2009 21:23:44 +0000 (21:23 +0000)
committerAndrew Thompson <andrew@hijacked.us>
Tue, 23 Jun 2009 21:23:44 +0000 (21:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13924 d0543943-73ff-0310-b7d9-9358b9ac24b2

configure.in

index 41d1be2489aa733289c89b486d13d9b5ae0b3240..9a814ee1aca1427edc78cbe6673b15bf7ce2e046 100644 (file)
@@ -613,6 +613,10 @@ fi
 
 SAC_OPENSSL
 
+if test x$HAVE_OPENSSL = x1; then
+       openssl_CFLAGS="$openssl_CFLAGS -DHAVE_OPENSSL";
+fi
+
 AX_CHECK_JAVA