blob: 0a7c2987dc3c74bc69a51a270f157692e99055ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- configure.orig Mon Dec 2 16:34:49 2002
+++ configure Tue Dec 3 18:21:22 2002
@@ -10176,6 +10176,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'
@@ -17057,6 +17058,8 @@
fi
done
fi
+ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}"
+ G_THREAD_LIBS="${PTHREAD_LIBS}"
if test x"$G_THREAD_CFLAGS" = x; then
|