Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c14571

Browse files
committed
This fixes a small problem with identifying -lbind as required for
BeOS.David Reid
1 parent0f07d64 commit4c14571

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)

[8]ページ先頭

©2009-2025 Movatter.jp