Tests: Remove unnecessary dependency.
[pspp] / m4 / wmemmove.m4
index 2b4daad19546af4f3112b406ab843d3ab6c16fef..73884c803b2f9e438f7ccafe3a7dec2133ea7042 100644 (file)
@@ -1,4 +1,4 @@
-# wmemmove.m4 serial 1
+# wmemmove.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_WMEMMOVE],
   AC_CHECK_FUNCS_ONCE([wmemmove])
   if test $ac_cv_func_wmemmove = no; then
     HAVE_WMEMMOVE=0
-    AC_LIBOBJ([wmemmove])
   fi
 ])