mirror of
https://github.com/php/php-src.git
synced 2024-12-16 21:37:49 +08:00
8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
dnl $Id$
|
|
dnl config.m4 for extension OpenSSL
|
|
|
|
if test "$OPENSSL_DIR"; then
|
|
PHP_EXTENSION(openssl, $ext_shared)
|
|
AC_DEFINE(HAVE_OPENSSL_EXT,1,[ ])
|
|
fi
|