mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
8 lines
124 B
Text
8 lines
124 B
Text
dnl
|
|
dnl $Id$
|
|
dnl
|
|
|
|
if test "$OPENSSL_DIR"; then
|
|
PHP_EXTENSION(openssl, $ext_shared)
|
|
AC_DEFINE(HAVE_OPENSSL_EXT,1,[ ])
|
|
fi
|