summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-08-20 14:04:21 +0000
committerfoobar <sniper@php.net>2001-08-20 14:04:21 +0000
commit929424032e6718dc756db65729e57e5c09ccf27a (patch)
tree1eedae075e86f9d8e13795fad634a9b7e1a957d8
parentacf13f82c1698156b3876a91b83704721a0f5fd2 (diff)
downloadphp-git-929424032e6718dc756db65729e57e5c09ccf27a.tar.gz
Keep crypt() working even if SNMP needs OpenSSL.
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 78810b51ed..9d0cb4be9b 100644
--- a/configure.in
+++ b/configure.in
@@ -629,6 +629,7 @@ if test "$PHP_PHP_STREAMS" = "yes"; then
fi
AC_CHECK_LIB(crypt, crypt, [
+ PHP_ADD_LIBRARY(crypt)
PHP_ADD_LIBRARY(crypt, 1)
AC_DEFINE(HAVE_CRYPT,1,[ ])
])