projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f07d64
)
This fixes a small problem with identifying -lbind as required for
author
Bruce Momjian
Sat, 14 Oct 2000 23:57:46 +0000
(23:57 +0000)
committer
Bruce Momjian
Sat, 14 Oct 2000 23:57:46 +0000
(23:57 +0000)
BeOS.
David Reid
configure.in
patch
|
blob
|
blame
|
history
diff --git
a/configure.in
b/configure.in
index 2641ce6d513fbc77c2ef6bf0b853b56572b1db5b..81e007391dccdce617de2a1bff2d16b533cd84b2 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-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])])