- Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros.

This commit is contained in:
foobar 2003-06-24 14:05:26 +00:00
parent e1a9dd289a
commit e3cd8fac9b
6 changed files with 106 additions and 100 deletions

View file

@ -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)