X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=5bf8c8eb07728729573ddfab2abc55276561fec2;hb=refs%2Ftags%2Fv4.0.4;hp=c3f0e5b7136f7122b7244e5f72add4826a0dcb6e;hpb=bda8349bc60d3a56197826c6b8095dda26d7b4f6;p=yaz-moved-to-github.git diff --git a/configure.ac b/configure.ac index c3f0e5b..5bf8c8e 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" ])