diff options
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 4767403170..bc597f1079 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -52,18 +52,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) |