blob: a5301c8c09067da65c3fe915c77a8ae98de151d9 (
plain) (
blame)
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
|
--- configure.orig 2008-03-12 18:29:00.000000000 -0800
+++ configure 2008-06-30 12:21:03.000000000 -0800
@@ -20761,7 +20761,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool15/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -26694,7 +26694,7 @@
else
{ echo "$as_me:$LINENO: result: no..using lpthread" >&5
echo "${ECHO_T}no..using lpthread" >&6; }
- SS_THREAD_LIBLINK="-lpthread"
+ SS_THREAD_LIBLINK="-pthread"
cat >>confdefs.h <<\_ACEOF
#define COMPILE_THREADS_USE_POSIX 1
@@ -28452,7 +28452,7 @@
# Set the X include and lib dir
SS_X_INCDIR="$x_includes"
SS_X_LIBDIR="$x_libraries"
- SS_X_LIBLINK="-lX11 -lXext"
+ SS_X_LIBLINK="-lX11 -lXext -pthread"
if test -z "$SS_X_INCDIR"; then
# Ops... X headers not found ?
|