ceilf-ieee: Work around bug on MacOS X 10.5.
[pspp] / m4 / write-any-file.m4
index 61853e5da22a552d689a23899dbf723492c8c109..d46acc49418b84ab8215d6f18f850fe5eb4437e4 100644 (file)
@@ -1,6 +1,6 @@
 # Determine whether we can write any file.
 
-# Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -11,5 +11,4 @@
 AC_DEFUN([gl_WRITE_ANY_FILE],
 [
   AC_CHECK_HEADERS_ONCE([priv.h])
-  AC_LIBOBJ([write-any-file])
 ])