summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-04-17 19:49:56 +0000
committerBruno Haible <bruno@clisp.org>2001-04-17 19:49:56 +0000
commit0f47faed1263fcbdc869c83ea854abe619b2b8be (patch)
tree4e126816231ed8aa4569afd41155c2b62e05871c /m4
parent063dba66ae96577f1407fe134aea22fd72209af5 (diff)
downloadexternal_gettext-0f47faed1263fcbdc869c83ea854abe619b2b8be.zip
external_gettext-0f47faed1263fcbdc869c83ea854abe619b2b8be.tar.gz
external_gettext-0f47faed1263fcbdc869c83ea854abe619b2b8be.tar.bz2
Oops.
Diffstat (limited to 'm4')
-rw-r--r--m4/mbswidth.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mbswidth.m4 b/m4/mbswidth.m4
index aae79fa..7464a87 100644
--- a/m4/mbswidth.m4
+++ b/m4/mbswidth.m4
@@ -12,7 +12,7 @@ AC_DEFUN(jm_PREREQ_MBSWIDTH,
AC_CACHE_CHECK([whether wcwidth is declared], ac_cv_have_decl_wcwidth,
[AC_TRY_COMPILE([
-dnl AIX 3.2.5 declares wcwidth in <string.h>.
+/* AIX 3.2.5 declares wcwidth in <string.h>. */
#if HAVE_STRING_H
# include <string.h>
#endif