summaryrefslogtreecommitdiff
path: root/m4/lcmessage.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/lcmessage.m4')
-rw-r--r--m4/lcmessage.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/lcmessage.m4 b/m4/lcmessage.m4
index e31bb533..b8b8bb77 100644
--- a/m4/lcmessage.m4
+++ b/m4/lcmessage.m4
@@ -14,6 +14,6 @@ AC_DEFUN(AM_LC_MESSAGES,
[AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
if test $am_cv_val_LC_MESSAGES = yes; then
- AC_DEFINE(HAVE_LC_MESSAGES)
+ AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if you have LC_MESSAGES])
fi
fi])