mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
078b2344aa
http servers. PR: 22560 Submitted by: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
--- configure.in.orig Fri Jun 16 05:55:49 2000
|
|
+++ configure.in Fri Oct 27 15:15:36 2000
|
|
@@ -79,8 +79,9 @@
|
|
# Replace `main' with a function in -lm:
|
|
AC_CHECK_LIB(m, floor)
|
|
-AC_CHECK_LIB(nsl, gethostbyname)
|
|
-AC_CHECK_LIB(socket, connect, AC_SUBST(LIBS), , -lnsl)
|
|
+#AC_CHECK_LIB(nsl, gethostbyname)
|
|
+#AC_CHECK_LIB(socket, connect, AC_SUBST(LIBS), , -lnsl)
|
|
+AC_CHECK_LIB(c, connect)
|
|
|
|
#
|
|
# checks for header files
|