1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00
Files
archived-php-src/ext/openssl/config.m4

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