* 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
This commit is contained in:
Derek Atkins 2002-09-28 22:50:16 +00:00
parent ef9efd5024
commit 9a01a4d300
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2002-09-28 Derek Atkins <derek@ihtfp.com>
* fix g-wrap testing in configure to work with an existing config.cache
2002-09-26 David Hampton <hampton@employees.org>
* README: Updated the section on running gnucash.

View File

@ -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})