summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f80a28982..0e5c15382 100644
--- a/configure.ac
+++ b/configure.ac
@@ -951,7 +951,7 @@ dnl set correctly because the gettext function isn't noticed.
if test "$ac_cv_header_libintl_h" = "yes" &&
test "$ac_cv_func_bind_textdomain_codeset" = "yes" &&
test "$gt_cv_func_have_gettext" != "yes"; then
- AC_DEFINE(ENABLE_NLS)
+ AC_DEFINE([ENABLE_NLS], [], [Description])
fi
dnl ******************************