mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
check for (g-wrap gw-glib-spec) instead of (g-wrap) #347404.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14501 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0863f9d7ae
commit
37bfd1de1c
@ -4,6 +4,9 @@
|
||||
* autogen.sh:
|
||||
make sure that po/POTFILES.in exists so configure doens't complain.
|
||||
|
||||
* configure.in:
|
||||
check for (g-wrap gw-glib-spec) instead of (g-wrap) #347404.
|
||||
|
||||
2006-07-14 Andreas Köhler <andi5.py@gmx.net>
|
||||
|
||||
* src/gnome/schemas/Makefile.am: Add
|
||||
|
@ -313,17 +313,17 @@ AC_SUBST(G_WRAP_LIB_DIR)
|
||||
|
||||
AS_SCRUB_INCLUDE(CFLAGS)
|
||||
|
||||
AC_MSG_CHECKING([for (g-wrap) guile module])
|
||||
AC_MSG_CHECKING([for (g-wrap gw-glib-spec) guile module])
|
||||
if LD_LIBRARY_PATH=$G_WRAP_LIB_DIR:$LD_LIBRARY_PATH \
|
||||
GUILE_LOAD_PATH=$G_WRAP_MODULE_DIR \
|
||||
${GUILE} -c "(use-modules (g-wrap))" > /dev/null 2>&1
|
||||
${GUILE} -c "(use-modules (g-wrap gw-glib-spec))" > /dev/null 2>&1
|
||||
then
|
||||
AC_MSG_RESULT(yes)
|
||||
else
|
||||
AC_MSG_ERROR([
|
||||
|
||||
Cannot find the (g-wrap) guile module.
|
||||
Are you sure you have g-wrap installed?
|
||||
Cannot find the (g-wrap gw-glib-spec) guile module.
|
||||
Are you sure you have g-wrap installed with glib support?
|
||||
|
||||
])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user