Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4c14571

Browse files
committed
This fixes a small problem with identifying -lbind as required for
BeOS. David Reid
1 parent 0f07d64 commit 4c14571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,8 @@ AC_CHECK_LIB(gen, main)
630630
AC_CHECK_LIB(PW, main)
631631
AC_SEARCH_LIBS(crypt, crypt)
632632
AC_CHECK_LIB(z, inflate)
633-
AC_SEARCH_LIBS(inet_ntoa, bind)
633+
AC_SEARCH_LIBS(__inet_ntoa, bind)
634+
634635

635636
if test "$with_krb4" = yes ; then
636637
AC_CHECK_LIB(des, [des_encrypt], [], [AC_MSG_ERROR([library \`des' is required for Kerberos 4])])

0 commit comments

Comments
 (0)