summaryrefslogtreecommitdiff
path: root/ext/openssl/config.m4
blob: 6cc9568428236e5da91b585db0d3d6bdf1e8a2d8 (plain)
1
2
3
4
5
6
7
8
9
10
dnl
dnl $Id$
dnl

if test "$PHP_OPENSSL" != "no"; then
  PHP_NEW_EXTENSION(openssl, openssl.c xp_ssl.c, $ext_openssl_shared)
  OPENSSL_SHARED_LIBADD="-lcrypto -lssl"
  PHP_SUBST(OPENSSL_SHARED_LIBADD)
  AC_DEFINE(HAVE_OPENSSL_EXT,1,[ ])
fi