mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
When searching for the g-wrap runtime module, look in the G_WRAP_MODULE_DIR.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14023 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a8f8c51858
commit
d4bd374c9d
13
configure.in
13
configure.in
@ -304,14 +304,19 @@ AC_SUBST(G_WRAP_LIB_DIR)
|
||||
|
||||
AS_SCRUB_INCLUDE(CFLAGS)
|
||||
|
||||
GUILE_MODULE_AVAILABLE(have_gwrap_runtime, [(g-wrap runtime)])
|
||||
if test "$have_gwrap_runtime" = "no"; then
|
||||
AC_MSG_WARN([
|
||||
AC_MSG_CHECKING([for (g-wrap runtime) guile module])
|
||||
if GUILE_LOAD_PATH=$G_WRAP_MODULE_DIR \
|
||||
${GUILE} -c "(use-modules (g-wrap runtime))" > /dev/null 2>&1
|
||||
then
|
||||
AC_MSG_RESULT(yes)
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
AC_MSG_WARN([
|
||||
|
||||
Unable to find the g-wrap runtime module, a.k.a. guile-g-wrap.
|
||||
You won't be able to run GnuCash without it!
|
||||
|
||||
])
|
||||
])
|
||||
fi
|
||||
|
||||
### Check size of long_long - some guile's are broken.
|
||||
|
Loading…
Reference in New Issue
Block a user