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
This commit is contained in:
Andrew Thompson 2009-06-23 21:23:44 +00:00
parent 41dc9097b1
commit 9d6d8a1c5f
1 changed files with 4 additions and 0 deletions

View 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