wcsncat: Move AC_LIBOBJ invocations to module description.
[pspp] / m4 / wcsncat.m4
index 240752957a101a06256ed26c75ef5d4c8f3e95e7..7fb2d21f6b082e3d8d583568133e51c4e2cb5c2d 100644 (file)
@@ -1,4 +1,4 @@
-# wcsncat.m4 serial 1
+# wcsncat.m4 serial 2
 dnl Copyright (C) 2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -10,6 +10,5 @@ AC_DEFUN([gl_FUNC_WCSNCAT],
   AC_CHECK_FUNCS_ONCE([wcsncat])
   if test $ac_cv_func_wcsncat = no; then
     HAVE_WCSNCAT=0
-    AC_LIBOBJ([wcsncat])
   fi
 ])