fix regression

Roumen
>From 94ee24b661d40779ef83aa5cb2b6441a41d939bc Mon Sep 17 00:00:00 2001
From: Roumen Petrov <bugtr...@roumenpetrov.info>
Date: Tue, 7 Aug 2012 00:50:39 +0300
Subject: [PATCH 1/5] fixup regression in Various "make distcheck" and
 portability fixups

---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index ccbc330..dcf0680 100644
--- a/configure.in
+++ b/configure.in
@@ -1021,7 +1021,7 @@ AC_SUBST(BASE_THREAD_LIBS)
 AC_SUBST(WITH_THREADS)
 AC_SUBST(THREAD_CFLAGS)
 AC_SUBST(TEST_THREADS)
-AM_CONDITIONAL(THREADS_W32, test -n "$THREADS_WIN32")
+AM_CONDITIONAL([THREADS_W32],[test -n "$THREADS_W32"])
 
 dnl
 dnl xmllint shell history
-- 
1.7.4.4

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml

Reply via email to