From: Adam Dickmeiss Date: Wed, 18 Apr 2007 18:46:37 +0000 (+0000) Subject: Fixed missing thread libs in output of 'yaz-config --lalibs threads'. X-Git-Tag: YAZ.3.0.0~37 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=59bb4eccfdc42a25d5bb1d3c35d6deaebf1fb805 Fixed missing thread libs in output of 'yaz-config --lalibs threads'. --- diff --git a/yaz-config.in b/yaz-config.in index a1be133..5eba756 100644 --- 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