Ticket #235: configure.patch
| File configure.patch, 574 bytes (added by mccreary@…, 2 years ago) |
|---|
-
configure.in
old new 210 210 # 211 211 if test "$use_openssl" = "yes"; then 212 212 AC_MSG_CHECKING([whether d2i_X509() uses a const unsigned char**]) 213 saved_cppflags="${CPPFLAGS}" 214 CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" 213 215 AC_LANG_PUSH([C++]) 214 216 AC_COMPILE_IFELSE( 215 217 AC_LANG_PROGRAM([[#include <openssl/x509.h>]], … … 219 221 AC_MSG_RESULT(yes), 220 222 AC_MSG_RESULT(no)) 221 223 AC_LANG_POP([C++]) 224 CPPFLAGS="${saved_cppflags}" 222 225 fi 223 226 224 227 # do we use ssl?