From 5d7a485cd7eed64c334d3e736d727684ba005137 Mon Sep 17 00:00:00 2001 From: Stig Venaas Date: Mon, 13 Nov 2000 19:13:41 +0000 Subject: [PATCH] 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. --- configure.in | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.50.1