From: foobar Date: Sat, 4 Aug 2001 04:47:24 +0000 (+0000) Subject: Fix bug: #9177 X-Git-Tag: PRE_ENGINE2_SPLIT~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bdc64c505c05024e213ed979f25990c4a9e7761;p=php Fix bug: #9177 --- diff --git a/configure.in b/configure.in index 42d8e3ceb5..1d130bcc51 100644 --- a/configure.in +++ b/configure.in @@ -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,[ ]) ])