summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2009-10-10 23:44:38 +0200
committerMike Hommey <glandium@debian.org>2009-10-10 23:44:38 +0200
commit8a10e02b2f4971d3fdacab7dc7baecced34056fb (patch)
tree2aaafcfd557152fe4f908d548ec97e97172154f0 /configure.in
parent67a17fecb5b5fe2058af6405bc9601875f3e75a1 (diff)
downloadlibxml2-8a10e02b2f4971d3fdacab7dc7baecced34056fb.tar.gz
Import upstream version 2.7.6upstream/2.7.6.dfsg
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 4d540cf..237846f 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_CANONICAL_HOST
LIBXML_MAJOR_VERSION=2
LIBXML_MINOR_VERSION=7
-LIBXML_MICRO_VERSION=5
+LIBXML_MICRO_VERSION=6
LIBXML_MICRO_VERSION_SUFFIX=
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION$LIBXML_MICRO_VERSION_SUFFIX
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
@@ -886,7 +886,7 @@ if test "$with_threads" = "no" ; then
else
echo Enabling multithreaded support
dnl Use pthread by default
- if test "$with_threads" = "pthread" | test "$with_threads" = "" | test "$with_threads" = "yes" ; then
+ if test "$with_threads" = "pthread" || test "$with_threads" = "" || test "$with_threads" = "yes" ; then
AC_CHECK_HEADER(pthread.h,
AC_CHECK_LIB(pthread, pthread_join,[
THREAD_LIBS="-lpthread"