Fix typo in last commit.
[pspp] / m4 / wctype.m4
index 1ace2f6d73b1c4d5941b7f8ba6094ead7ee4c0cb..6a1b6f07f482838d4e2faeafa7474c368336d716 100644 (file)
@@ -1,3 +1,5 @@
+# wctype.m4 serial 2
+
 dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it.
 
 dnl Copyright (C) 2006-2008 Free Software Foundation, Inc.
@@ -7,7 +9,6 @@ dnl with or without modifications, as long as this notice is preserved.
 
 dnl Written by Paul Eggert.
 
-#serial 2
 AC_DEFUN([gl_WCTYPE_H],
 [
   AC_REQUIRE([AC_PROG_CC])
@@ -48,7 +49,8 @@ AC_DEFUN([gl_WCTYPE_H],
                           Linux libc5 i18n is broken.
                           #endif], [],
               [gl_cv_func_iswcntrl_works=yes], [gl_cv_func_iswcntrl_works=no])
-        ])])
+            ])
+        ])
       if test $gl_cv_func_iswcntrl_works = yes; then
         WCTYPE_H=
       fi