mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros.
This commit is contained in:
parent
e1a9dd289a
commit
e3cd8fac9b
6 changed files with 106 additions and 100 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue