From b21f1582dd33b99ec6c44244a61b71ddb51cc91b Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 27 Aug 2003 17:57:32 +0000 Subject: - Backported several improvements/cleanups for the build/configure stuff. . PEAR dependancies checked during configure . OpenSSL config moved from configure.in to ext/openssl/config0.m4 (and also improved the PHP_OPENSSL_SETUP macro a bit) + Some other minor issues --- scripts/phpize.m4 | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'scripts/phpize.m4') diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 147d80fda3..d60d3df0c0 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -54,18 +54,6 @@ PHP_BUILD_SHARED AC_PREFIX_DEFAULT() -AC_ARG_WITH(openssl, -[ --with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 0.9.5) ], -[ - if test "$withval" != "no"; then - PHP_WITH_SHARED - PHP_OPENSSL=$withval - ext_openssl_shared=yes - ext_shared=yes - PHP_SETUP_OPENSSL - fi -]) - AC_PROG_AWK sinclude(config.m4) -- cgit v1.2.1