From 9a01a4d30057029531f6bb9c0ccff7246557c9e3 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Sat, 28 Sep 2002 22:50:16 +0000 Subject: [PATCH] * fix g-wrap testing in configure to work with an existing config.cache git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7248 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 3 +++ acinclude.m4 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1a957384ce..b2b1e28641 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2002-09-28 Derek Atkins + * fix g-wrap testing in configure to work with an existing config.cache + 2002-09-26 David Hampton * README: Updated the section on running gnucash. diff --git a/acinclude.m4 b/acinclude.m4 index 26b93245e7..14aea674d1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -3950,7 +3950,6 @@ dnl AC_ARG_WITH(g-wrap-prefix,[ --with-g-wrap-prefix=PFX Prefix where g-wrap is installed (optional)], gwrap_prefix="$withval", g_wrap_prefix="") -version_ok= min_gwrap_version=ifelse([$1], , 1.3.2,$1) max_gwrap_version=ifelse([$2], , 99.99.99,$2) @@ -3971,6 +3970,7 @@ else fi fi +version_ok= if test x$CHECK_VERSION != xno ; then AC_MSG_CHECKING(for g-wrap - ${min_gwrap_version} <= version < ${max_gwrap_version})