projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25a6ea0
)
POSIX thread conf check: preserve LIBS
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 28 Apr 2010 12:35:47 +0000
(14:35 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 28 Apr 2010 12:35:47 +0000
(14:35 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5cff7c5
..
c25249f
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-333,7
+333,7
@@
if test "$enable_threads" = "yes" -a "$HAVETHREADS" = "0"; then
done
LIBS=$OLIBS
fi
- LIBS=$PTHREAD_LIBS
+ LIBS="$LIBS $PTHREAD_LIBS"
CFLAGS="$CFLAGS -DYAZ_POSIX_THREADS=1"
YAZ_CONFIG_CFLAGS="$YAZ_CONFIG_CFLAGS -DYAZ_POSIX_THREADS=1"
])