Tests: Remove unnecessary dependency.
[pspp] / m4 / write.m4
index 63ab5e4c0853d438aead0f70ecd059b40e9dc8dc..c39d3d07a3329ef74326f06844e87d89074660b4 100644 (file)
@@ -1,4 +1,4 @@
-# write.m4 serial 2
+# write.m4 serial 3
 dnl Copyright (C) 2008-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,
@@ -22,7 +22,4 @@ AC_DEFUN([gl_FUNC_WRITE],
       REPLACE_WRITE=1
     fi
   ])
-  if test $REPLACE_WRITE = 1; then
-    AC_LIBOBJ([write])
-  fi
 ])