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:
parent
41dc9097b1
commit
9d6d8a1c5f
|
@ -613,6 +613,10 @@ fi
|
|||
|
||||
SAC_OPENSSL
|
||||
|
||||
if test x$HAVE_OPENSSL = x1; then
|
||||
openssl_CFLAGS="$openssl_CFLAGS -DHAVE_OPENSSL";
|
||||
fi
|
||||
|
||||
AX_CHECK_JAVA
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue