[libxml2] fixup regression in Various "make distcheck" and portability fixups
- From: Daniel Veillard <veillard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] fixup regression in Various "make distcheck" and portability fixups
- Date: Mon, 13 Aug 2012 09:01:08 +0000 (UTC)
commit 8886f335c74126bc21035c17608868ca6abb8758
Author: Roumen Petrov <bugtrack roumenpetrov info>
Date: Mon Aug 13 16:38:09 2012 +0800
fixup regression in Various "make distcheck" and portability fixups
Was using the wrong variable and adds proper m4 quoting
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 174eb9b..321b1f2 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]