summaryrefslogtreecommitdiff
path: root/config/gettext.m4
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-14 21:39:57 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-14 21:39:57 +0000
commitaf20c54f1ebbf232c9db129bd40656e1d6db46c8 (patch)
treed39a127ebefced453f459767f18350f16b2e2fb8 /config/gettext.m4
parente7c11f53e412c4811e4e87a96beb4e00c135c044 (diff)
downloadgcc-af20c54f1ebbf232c9db129bd40656e1d6db46c8.tar.gz
* gettext.m4: Properly quote arguments to AC_DEFUN.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72501 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/gettext.m4')
-rw-r--r--config/gettext.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gettext.m4 b/config/gettext.m4
index a704307c310..d10aae80b6b 100644
--- a/config/gettext.m4
+++ b/config/gettext.m4
@@ -9,7 +9,7 @@
# small file which can be sourced as a shell script; then we produce
# the necessary substitutions and definitions for this directory.
-AC_DEFUN(ZW_GNU_GETTEXT_SISTER_DIR,
+AC_DEFUN([ZW_GNU_GETTEXT_SISTER_DIR],
[# If we haven't got the data from the intl directory,
# assume NLS is disabled.
USE_NLS=no AC_SUBST(USE_NLS)