mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
bae327edb8
Fix forced libtool path Notified by: pointyhat by kris
16 lines
451 B
Plaintext
16 lines
451 B
Plaintext
--- configure.orig Wed Feb 23 23:14:51 2005
|
|
+++ configure Thu Jul 28 20:12:32 2005
|
|
@@ -23661,12 +23661,6 @@
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
|
|
- #ifdef HAVE_SYS_SOCKET_H
|
|
- # include <sys/socket.h> /* inet_ functions / structs */
|
|
- #endif
|
|
- #ifdef HAVE_NETINET_IN_H
|
|
- # include <netinet/in.h> /* inet_ functions / structs */
|
|
- #endif
|
|
#ifdef HAVE_ARPA_NAMESER_H
|
|
# include <arpa/nameser.h> /* DNS HEADER struct */
|
|
#endif
|