mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Define to 1
This commit is contained in:
parent
b92aadb6ee
commit
48c35eaeaa
@ -177,7 +177,7 @@ AC_CHECK_LIB(nsl, gethostbyaddr, [
|
||||
|
||||
AC_CHECK_LIB(crypt, crypt, [
|
||||
AC_ADD_LIBRARY(crypt)
|
||||
AC_DEFINE(HAVE_LIBCRYPT,,[ ]) ], [])
|
||||
AC_DEFINE(HAVE_LIBCRYPT,1,[ ]) ], [])
|
||||
|
||||
dnl The sin may be in a library which need not be specifed
|
||||
dnl as well as res_search resides in libsocket
|
||||
|
Loading…
Reference in New Issue
Block a user