[libxml2] 595789 fix a remaining potential Solaris problem



commit 82143f4e2af7da7e6706cda4f7f4efadcc062da0
Author: Daniel Veillard <veillard redhat com>
Date:   Thu Nov 4 17:55:41 2010 +0100

    595789 fix a remaining potential Solaris problem

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 4d43796..b28bf25 100644
--- a/configure.in
+++ b/configure.in
@@ -84,7 +84,7 @@ else
   esac
 fi
 AC_SUBST(VERSION_SCRIPT_FLAGS)
-AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -n "$VERSION_SCRIPT_FLAGS"])
+AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -z "$VERSION_SCRIPT_FLAGS"])
 
 dnl
 dnl We process the AC_ARG_WITH first so that later we can modify



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]