diff options
Diffstat (limited to 'ext/openssl/config.m4')
| -rw-r--r-- | ext/openssl/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/config.m4 b/ext/openssl/config.m4 index 73357a9a5f..3d61e86402 100644 --- a/ext/openssl/config.m4 +++ b/ext/openssl/config.m4 @@ -3,6 +3,6 @@ dnl $Id$ dnl if test "$OPENSSL_DIR"; then - PHP_EXTENSION(openssl, $ext_shared) + PHP_NEW_EXTENSION(openssl, openssl.c, $ext_shared) AC_DEFINE(HAVE_OPENSSL_EXT,1,[ ]) fi |
