blob: f0917807b6b89d9317a6914cb94a78fefa1af650 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- configure.orig Wed Jul 17 17:49:15 2002
+++ configure Wed Jul 17 17:51:03 2002
@@ -7396,6 +7396,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -8531,6 +8532,8 @@
cat >conftest.$ac_ext <<_ACEOF
#line 8532 "configure"
#include "confdefs.h"
+#include <sys/types.h>
+#include <sys/socket.h>
$ac_includes_default
int
main ()
|