445fdc8f47
help and ok pyr@
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
$OpenBSD: patch-configure,v 1.3 2007/06/20 18:05:36 rui Exp $
|
|
--- configure.orig Sun Apr 29 21:14:32 2007
|
|
+++ configure Sat Jun 16 00:11:09 2007
|
|
@@ -19895,6 +19895,15 @@ cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
$ac_includes_default
|
|
+#ifdef HAVE_SYS_SOCKET_H
|
|
+#include <sys/socket.h>
|
|
+#endif
|
|
+#ifdef HAVE_NET_IF_H
|
|
+#include <net/if.h>
|
|
+#endif
|
|
+#ifdef HAVE_NETINET_IN_H
|
|
+#include <netinet/in.h>
|
|
+#endif
|
|
#include <$ac_header>
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
@@ -23640,6 +23649,18 @@ cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
$ac_includes_default
|
|
+#ifdef HAVE_SYS_SOCKET_H
|
|
+#include <sys/socket.h>
|
|
+#endif
|
|
+#ifdef HAVE_NET_IF_H
|
|
+#include <net/if.h>
|
|
+#endif
|
|
+#ifdef HAVE_IPV6
|
|
+#include <netinet/in.h>
|
|
+#endif
|
|
+#ifdef HAVE_NETINET6_IN6_VAR_H
|
|
+#include <netinet6/in6_var.h>
|
|
+#endif
|
|
#include <$ac_header>
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
@@ -28184,10 +28205,3 @@ log file mask : ${enable_logfile_mask}
|
|
|
|
The above user and group must have read/write access to the state file
|
|
directory and to the config files in the config file directory."
|
|
-
|
|
-if test x"$quagga_cv_gnu_make" = x"no"; then echo "
|
|
-Warning: The ${MAKE-make} programme detected, either in your path or
|
|
-via the MAKE variable, is not GNU Make. GNU make may be installed as
|
|
-gmake on some systems. and is required to complete a build of Quagga
|
|
-" > /dev/stderr
|
|
-fi
|