summaryrefslogtreecommitdiff
path: root/m4/spawn_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-28 00:31:39 +0100
committerBruno Haible <bruno@clisp.org>2010-03-28 00:46:24 +0100
commitcd21604b6b669f77ded87ec08371b83b422006e3 (patch)
tree6803b98d17b4108ce69dfeb74dbb559fe112831c /m4/spawn_h.m4
parentd2308903f51c7987816eeb3323249371d14d4813 (diff)
downloadgnulib-cd21604b6b669f77ded87ec08371b83b422006e3.tar.gz
Distinguish two kinds of module indicators.
Diffstat (limited to 'm4/spawn_h.m4')
-rw-r--r--m4/spawn_h.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/spawn_h.m4 b/m4/spawn_h.m4
index 44166a5954..371d00c481 100644
--- a/m4/spawn_h.m4
+++ b/m4/spawn_h.m4
@@ -79,7 +79,7 @@ AC_DEFUN([gl_SPAWN_MODULE_INDICATOR],
AC_REQUIRE([gl_SPAWN_H_DEFAULTS])
gl_MODULE_INDICATOR_SET_VARIABLE([$1])
dnl Define it also as a C macro, for the benefit of the unit tests.
- gl_MODULE_INDICATOR([$1])
+ gl_MODULE_INDICATOR_FOR_TESTS([$1])
])
AC_DEFUN([gl_SPAWN_H_DEFAULTS],