Skip to content

Commit 9294240

Browse files
author
foobar
committed
Keep crypt() working even if SNMP needs OpenSSL.
1 parent acf13f8 commit 9294240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ if test "$PHP_PHP_STREAMS" = "yes"; then
629629
fi
630630
631631
AC_CHECK_LIB(crypt, crypt, [
632+
PHP_ADD_LIBRARY(crypt)
632633
PHP_ADD_LIBRARY(crypt, 1)
633634
AC_DEFINE(HAVE_CRYPT,1,[ ])
634635
])

0 commit comments

Comments
 (0)