mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
dnl
|
|
dnl $Id$
|
|
dnl
|
|
|
|
if test "$PHP_OPENSSL" != "no"; then
|
|
PHP_NEW_EXTENSION(openssl, openssl.c, $ext_openssl_shared)
|
|
OPENSSL_SHARED_LIBADD="-lcrypto -lssl"
|
|
PHP_SUBST(OPENSSL_SHARED_LIBADD)
|
|
AC_DEFINE(HAVE_OPENSSL_EXT,1,[ ])
|
|
fi
|