mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
7 lines
152 B
Text
7 lines
152 B
Text
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
|