summaryrefslogtreecommitdiff
path: root/test-suite/standalone/test-extensions-lib.c
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-04-25 23:54:47 +0200
committerLudovic Courtès <ludo@gnu.org>2011-04-25 23:59:35 +0200
commiteb0ffdd8190bff165120b881ca3e1702be82c83a (patch)
treedbee827b1000c0c37117cc0f9962993cb758d097 /test-suite/standalone/test-extensions-lib.c
parentd0476fa2b061638879fed89cd8d79add6f586448 (diff)
downloadguile-eb0ffdd8190bff165120b881ca3e1702be82c83a.tar.gz
Fix `#ifdef HAVE_CONFIG_H' stanza in some stand-alone tests.
* test-suite/standalone/test-asmobs-lib.c, test-suite/standalone/test-extensions-lib.c, test-suite/standalone/test-ffi-lib.c, test-suite/standalone/test-list.c, test-suite/standalone/test-num2integral.c, test-suite/standalone/test-with-guile-module.c: Change `#ifndef HAVE_CONFIG_H' to `#ifdef HAVE_CONFIG_H' (!).
Diffstat (limited to 'test-suite/standalone/test-extensions-lib.c')
-rw-r--r--test-suite/standalone/test-extensions-lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/standalone/test-extensions-lib.c b/test-suite/standalone/test-extensions-lib.c
index 7c8678895..cc03a9eba 100644
--- a/test-suite/standalone/test-extensions-lib.c
+++ b/test-suite/standalone/test-extensions-lib.c
@@ -16,7 +16,7 @@
* 02110-1301 USA
*/
-#ifndef HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif