From 40aedac4425247326ec4c3e2816cc755893a9820 Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Tue, 14 Oct 2003 21:40:44 +0000 Subject: * gettext.m4: Properly quote arguments to AC_DEFUN. --- config/gettext.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/gettext.m4') 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) -- cgit v1.2.1