diff options
Diffstat (limited to 'libguile/guile.c')
-rw-r--r-- | libguile/guile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/guile.c b/libguile/guile.c index c294837f1..2015ae8c8 100644 --- a/libguile/guile.c +++ b/libguile/guile.c @@ -22,7 +22,7 @@ based on the list of installed, statically linked libraries on the system. For now, please don't put interesting code in here. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include <config.h> #endif |