changeset 5013:821579ca91b2

gettext has trailing blank
author Karl Berry <karl@freefriends.org>
date Thu, 15 Apr 2004 12:34:35 +0000
parents 42144c074199
children 67054382f759
files m4/intmax.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/intmax.m4
+++ b/m4/intmax.m4
@@ -16,7 +16,7 @@
   AC_REQUIRE([jm_AC_HEADER_STDINT_H])
   AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t,
     [AC_TRY_COMPILE([
-#include <stddef.h>
+#include <stddef.h> 
 #include <stdlib.h>
 #if HAVE_STDINT_H_WITH_UINTMAX
 #include <stdint.h>