summaryrefslogtreecommitdiff
path: root/m4/write-any-file.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/write-any-file.m4')
-rw-r--r--m4/write-any-file.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/write-any-file.m4 b/m4/write-any-file.m4
index 26c6ce05da..61853e5da2 100644
--- a/m4/write-any-file.m4
+++ b/m4/write-any-file.m4
@@ -1,6 +1,6 @@
# Determine whether we can write any file.
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009 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])
])