From b062863fcb8b77c3ac932666283af59ee3d2a3c9 Mon Sep 17 00:00:00 2001 From: angel Date: Thu, 21 Sep 2006 18:06:04 +0000 Subject: [PATCH] The -pthread argument is stored in config.ldflags instead of config.cflags. git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@5428 c87de0a0-a11c-0410-a1e5-866214bc28b2 --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index a7123d4..e9a8a88 100755 --- a/config.sh +++ b/config.sh @@ -167,7 +167,7 @@ fi # pthreads support if [ "$WITH_PTHREADS" = 1 ] ; then echo "#define CONFOPT_PTHREADS 1" >> config.h - echo "-pthread" >> config.cflags + echo "-pthread" >> config.ldflags fi ######################################################### -- 2.11.4.GIT