From: Stig Venaas Date: Mon, 13 Nov 2000 19:13:41 +0000 (+0000) Subject: OpenSSL checking didn't work well, should be better now. Removed check X-Git-Tag: php-4.0.4RC3~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d7a485cd7eed64c334d3e736d727684ba005137;p=php OpenSSL checking didn't work well, should be better now. Removed check for include/evp.h, are there versions around that put it there? Recent versions have it in include/openssl. --- diff --git a/configure.in b/configure.in index 88c2e82b7b..b2b28dc8c1 100644 --- a/configure.in +++ b/configure.in @@ -514,9 +514,6 @@ AC_DEFUN(PHP_SETUP_OPENSSL,[ for i in $PHP_OPENSSL; do if test -r $i/include/openssl/evp.h; then - OPENSSL_DIR=$i - OPENSSL_INC=$i/include/openssl - elif test -r $i/include/evp.h; then OPENSSL_DIR=$i OPENSSL_INC=$i/include fi