diff options
author | foobar <sniper@php.net> | 2003-08-27 17:57:32 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-08-27 17:57:32 +0000 |
commit | b21f1582dd33b99ec6c44244a61b71ddb51cc91b (patch) | |
tree | 547766f8559ebe44088eff5d9b1a5bec29e4ce2f /scripts/phpize.m4 | |
parent | f8f72bd52e02268b9c87015633c204c79909313f (diff) | |
download | php-git-b21f1582dd33b99ec6c44244a61b71ddb51cc91b.tar.gz |
- 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
Diffstat (limited to 'scripts/phpize.m4')
-rw-r--r-- | scripts/phpize.m4 | 12 |
1 files changed, 0 insertions, 12 deletions
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) |