mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
ef9efd5024
commit
9a01a4d300
@ -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.
|
||||
|
@ -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})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user