mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
This fixes a small problem with identifying -lbind as required for
BeOS. David Reid
This commit is contained in:
parent
0f07d644a3
commit
4c145712fb
@ -630,7 +630,8 @@ AC_CHECK_LIB(gen, main)
|
||||
AC_CHECK_LIB(PW, main)
|
||||
AC_SEARCH_LIBS(crypt, crypt)
|
||||
AC_CHECK_LIB(z, inflate)
|
||||
AC_SEARCH_LIBS(inet_ntoa, bind)
|
||||
AC_SEARCH_LIBS(__inet_ntoa, bind)
|
||||
|
||||
|
||||
if test "$with_krb4" = yes ; then
|
||||
AC_CHECK_LIB(des, [des_encrypt], [], [AC_MSG_ERROR([library \`des' is required for Kerberos 4])])
|
||||
|
Loading…
Reference in New Issue
Block a user