]> granicus.if.org Git - php/commitdiff
Keep crypt() working even if SNMP needs OpenSSL.
authorfoobar <sniper@php.net>
Mon, 20 Aug 2001 14:04:21 +0000 (14:04 +0000)
committerfoobar <sniper@php.net>
Mon, 20 Aug 2001 14:04:21 +0000 (14:04 +0000)
configure.in

index 78810b51ed713b5426844f888b3816eda26bbf4f..9d0cb4be9b37a4ddd807a1e757a87658e9ce934d 100644 (file)
@@ -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,[ ]) 
 ])