safe-write: Move AC_LIBOBJ invocations to module description.
[pspp] / m4 / read.m4
index 032761f1bab7e4bf79d1d35b4c98131ffcf225dd..310e5ebcfb2f047931faccd0f0e5f2f5fa43aeba 100644 (file)
@@ -1,4 +1,4 @@
-# read.m4 serial 1
+# read.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,
@@ -14,7 +14,6 @@ AC_DEFUN([gl_FUNC_READ],
     gl_NONBLOCKING_IO
     if test $gl_cv_have_nonblocking != yes; then
       REPLACE_READ=1
-      AC_LIBOBJ([read])
     fi
   ])
 ])