]> granicus.if.org Git - php/commitdiff
Fix bug: #9177
authorfoobar <sniper@php.net>
Sat, 4 Aug 2001 04:47:24 +0000 (04:47 +0000)
committerfoobar <sniper@php.net>
Sat, 4 Aug 2001 04:47:24 +0000 (04:47 +0000)
configure.in

index 42d8e3ceb50c21bdaaaa6be3c46183e16a5bd8ab..1d130bcc518e19b81e41a919e931fba51c9f4a1b 100644 (file)
@@ -622,7 +622,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,[ ]) 
 ])