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:
965d540
)
Fixed missing thread libs in output of 'yaz-config --lalibs threads'.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 18 Apr 2007 18:46:37 +0000
(18:46 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 18 Apr 2007 18:46:37 +0000
(18:46 +0000)
yaz-config.in
patch
|
blob
|
history
diff --git
a/yaz-config.in
b/yaz-config.in
index
a1be133
..
5eba756
100644
(file)
--- a/
yaz-config.in
+++ b/
yaz-config.in
@@
-1,5
+1,5
@@
#!/bin/sh
-# $Id: yaz-config.in,v 1.29 2007-04-18 13:40:19 adam Exp $
+# $Id: yaz-config.in,v 1.30 2007-04-18 18:46:37 adam Exp $
yazprefix=@prefix@
yaz_echo_cflags=no
yaz_echo_libs=no
@@
-123,10
+123,8
@@
fi
if test "$lib_thread" = "yes"; then
YAZINC="$PTHREAD_CFLAGS $YAZINC"
-fi
-
-if test "$lib_thread" = "yes"; then
YAZLIB="$YAZLIB $PTHREAD_LIBS"
+ YAZLALIB="$YAZLALIB $PTHREAD_LIBS"
fi
if test "$yaz_echo_help" = "yes"; then