php-src/ext/openssl/config.m4

9 lines
139 B
Plaintext
Raw Normal View History

2001-11-30 19:00:13 +00:00
dnl
dnl $Id$
2001-11-30 19:00:13 +00:00
dnl
if test "$OPENSSL_DIR"; then
PHP_NEW_EXTENSION(openssl, openssl.c, $ext_shared)
AC_DEFINE(HAVE_OPENSSL_EXT,1,[ ])
fi