File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -304,19 +304,29 @@ AC_SUBST(G_WRAP_LIB_DIR)
304
304
305
305
AS_SCRUB_INCLUDE(CFLAGS)
306
306
307
- AC_MSG_CHECKING ( [ for (g-wrap runtime) guile module] )
308
- if GUILE_LOAD_PATH=$G_WRAP_MODULE_DIR \
309
- ${GUILE} -c "(use-modules (g-wrap runtime))" > /dev/null 2>&1
307
+ AC_MSG_CHECKING ( [ for (g-wrap gw-standard) guile module] )
308
+ if LD_LIBRARY_PATH=$G_WRAP_LIB_DIR:$LD_LIBRARY_PATH \
309
+ GUILE_LOAD_PATH=$G_WRAP_MODULE_DIR \
310
+ ${GUILE} -c "(use-modules (g-wrap gw-standard))" > /dev/null 2>&1
310
311
then
311
312
AC_MSG_RESULT ( yes )
312
313
else
313
314
AC_MSG_RESULT ( no )
314
- AC_MSG_WARN ( [
315
+ AC_MSG_CHECKING ( [ for (g-wrap gw standard) guile module] )
316
+ if LD_LIBRARY_PATH=$G_WRAP_LIB_DIR:$LD_LIBRARY_PATH \
317
+ GUILE_LOAD_PATH=$G_WRAP_MODULE_DIR \
318
+ ${GUILE} -c "(use-modules (g-wrap gw standard))" > /dev/null 2>&1
319
+ then
320
+ AC_MSG_RESULT ( yes )
321
+ else
322
+ AC_MSG_RESULT ( no )
323
+ AC_MSG_WARN ( [
315
324
316
- Unable to find the g-wrap runtime module, a.k.a. guile-g-wrap.
325
+ Unable to find the g-wrap standard module, a.k.a. guile-g-wrap.
317
326
You won't be able to run GnuCash without it!
318
327
319
- ] )
328
+ ] )
329
+ fi
320
330
fi
321
331
322
332
# ## Check size of long_long - some guile's are broken.
You can’t perform that action at this time.
0 commit comments