From f4b746b8c23c257574b44e6bc0ad830c754f0c6b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 19 Oct 2013 12:21:09 -0400 Subject: [SV 40254] Modify build.sh to work properly with Guile support. * guile.c (guile_gmake_setup) [HAVE_GUILE]: Define a stub function when Guile support is not enabled. * main.c (main) [HAVE_GUILE]: Always invoke guile_gmake_setup(). * Makefile.am: Make guile.c standard, not optional. * build.template: Add the Guile compiler and linker flags. --- main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index e5fbefe..3b33ea5 100644 --- a/main.c +++ b/main.c @@ -1286,10 +1286,8 @@ main (int argc, char **argv, char **envp) define_variable_cname (".FEATURES", features, o_default, 0); } -#ifdef HAVE_GUILE /* Configure GNU Guile support */ guile_gmake_setup (NILF); -#endif /* Read in variables from the environment. It is important that this be done before $(MAKE) is figured out so its definitions will not be -- cgit v1.2.3