From: Adam Dickmeiss Date: Wed, 28 Apr 2010 12:35:47 +0000 (+0200) Subject: POSIX thread conf check: preserve LIBS X-Git-Tag: v4.0.4^2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2ee1aecfd1ccbf2cd68bf4e4f4e69b30cb0bfd2d POSIX thread conf check: preserve LIBS --- diff --git a/configure.ac b/configure.ac index 5cff7c5..c25249f 100644 --- 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" ])