safe-write: Move AC_LIBOBJ invocations to module description.
[pspp] / m4 / write-any-file.m4
index 26c6ce05da46ca2a6ad29567538290f19992b321..66c1476c0db6ff57e0bd2db4d915643c26ddafd2 100644 (file)
@@ -1,6 +1,6 @@
 # Determine whether we can write any file.
 
-# Copyright (C) 2007 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,
@@ -10,6 +10,6 @@
 
 AC_DEFUN([gl_WRITE_ANY_FILE],
 [
-  AC_CHECK_HEADERS_ONCE(priv.h)
+  AC_CHECK_HEADERS_ONCE([priv.h])
   AC_LIBOBJ([write-any-file])
 ])