blob: 9b5300f64807a7402b440bfba0f7c61be1b309b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
--- configure.orig Tue Jun 17 13:35:22 2003
+++ configure Mon Jun 14 07:46:23 2004
@@ -3176,13 +3176,14 @@
fi
rm -f confcache
+lt_aux_dir=${LOCALBASE}/share/libtool13
# Actually configure libtool. ac_aux_dir is where install-sh is found.
CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
+${CONFIG_SHELL-/bin/sh} $lt_aux_dir/ltconfig --no-reexec \
+$libtool_flags --no-verify $lt_aux_dir/ltmain.sh $lt_target \
|| { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
echo "$as_me: error: libtool configure failed" >&2;}
{ (exit 1); exit 1; }; }
@@ -3207,7 +3208,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="$lt_aux_dir/ltconfig $lt_aux_dir/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -3659,6 +3660,8 @@
#line $LINENO "configure"
#include "confdefs.h"
$ac_includes_default
+#include <netinet/in.h>
+#include <netinet/in_systm.h>
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
@@ -5826,8 +5829,8 @@
echo "$as_me:$LINENO: result: enabled" >&5
echo "${ECHO_T}enabled" >&6
- PTHREAD_CFLAGS="-pthread"
- PTHREAD_LFLAGS="-pthread"
+# PTHREAD_CFLAGS="-pthread"
+# PTHREAD_LFLAGS="-pthread"
else
echo "$as_me:$LINENO: result: disabled" >&5
echo "${ECHO_T}disabled" >&6
@@ -7553,8 +7556,8 @@
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
+${CONFIG_SHELL-/bin/sh} $lt_aux_dir/ltconfig --no-reexec \
+$libtool_flags --no-verify $lt_aux_dir/ltmain.sh $lt_target \
|| { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
echo "$as_me: error: libtool configure failed" >&2;}
{ (exit 1); exit 1; }; }
@@ -7579,7 +7582,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="$lt_aux_dir/ltconfig $lt_aux_dir/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|