Don't include getndelim2.o twice into LIBOBJS.
[gnulib.git] / m4 / glibc.m4
index 877ce47..6874057 100644 (file)
@@ -1,10 +1,10 @@
-#serial 2
+#serial 3
 
 dnl From Gordon Matzigkeit.
 dnl Test for the GNU C Library.
 dnl FIXME: this should migrate into libit.
 
-AC_DEFUN(AM_GLIBC,
+AC_DEFUN([AM_GLIBC],
   [
     AC_CACHE_CHECK(whether we are using the GNU C Library,
       ac_cv_gnu_library,
@@ -28,7 +28,7 @@ AC_DEFUN(AM_GLIBC,
   Thanks for using GNU too
 #endif
        ],
-         ac_cv_glibc=yes, ac_cv_glibc=no)
+       ac_cv_glibc=yes, ac_cv_glibc=no)
       ]
     )
   ]