]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7314 #resolve #comment try to fix openssl configure detection failure caused by...
authorMichael Jerris <mike@jerris.com>
Mon, 23 Feb 2015 16:51:40 +0000 (11:51 -0500)
committerMichael Jerris <mike@jerris.com>
Mon, 23 Feb 2015 16:51:48 +0000 (11:51 -0500)
libs/iksemel/openssl.m4
libs/sofia-sip/m4/sac-openssl.m4

index 8adea2192ea2286577ae97dc3d34c9a8616ac58e..6bf185102194474df2d99c7cec465ffae89520b9 100644 (file)
@@ -33,7 +33,7 @@ else
       AC_CHECK_LIB(ssl, TLSv1_method,,
        HAVE_TLS=0
        AC_MSG_WARN(OpenSSL protocol library was not found))
-     ],[AC_MSG_WARN(OpenSSL include files were not found)])
+     ],[AC_MSG_WARN(OpenSSL include files were not found)],[#include <openssl/safestack.h>])
   fi
 
   if test x$HAVE_SSL = x1; then
index 7daf7f4773887ae3c373ea1712fa9b0a07117acc..289d3e132e5ee54713683a0a754984907d85ce01 100644 (file)
@@ -33,7 +33,7 @@ else
       AC_CHECK_LIB(ssl, TLSv1_method,,
        HAVE_TLS=0
        AC_MSG_WARN(OpenSSL protocol library was not found))
-     ],[AC_MSG_WARN(OpenSSL include files were not found)])
+     ],[AC_MSG_WARN(OpenSSL include files were not found)],[#include <openssl/safestack.h>])
   fi
 
   if test x$HAVE_OPENSSL = x1; then