diff options
| author | Bruce Momjian | 2000-10-14 23:57:46 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-10-14 23:57:46 +0000 |
| commit | 4c145712fb9d7c778f32992e069d7834d50ea57a (patch) | |
| tree | d67b770a6d8d1d41c4489663b58177166fe12b36 /configure.in | |
| parent | 0f07d644a3542840d14cd27e39495f0f25755d69 (diff) | |
This fixes a small problem with identifying -lbind as required for
BeOS.
David Reid
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2641ce6d513..81e007391dc 100644 --- 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])]) |
