aboutsummaryrefslogtreecommitdiff
path: root/irc/kvirc-devel/files/patch-configure
blob: be6807eecf2caa7b3aa9ca0abc0ea5911f6b2560 (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	Sat Feb 26 03:35:31 2005
+++ configure	Sat Mar 12 09:28:45 2005
@@ -19621,7 +19621,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'
@@ -21745,7 +21745,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
@@ -23316,7 +23316,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 ?