summaryrefslogtreecommitdiff
path: root/m4/fcntl-safer.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-03 09:13:33 +0000
committerJim Meyering <jim@meyering.net>2005-07-03 09:13:33 +0000
commit10047b6134b9215ec7bff069f1ec31a8050406dc (patch)
tree877e6096e755fff3030111de89dd472554a3c884 /m4/fcntl-safer.m4
parentcd4bfd42dcf7249667994bf0385977e16cde2eb0 (diff)
downloadcoreutils-10047b6134b9215ec7bff069f1ec31a8050406dc.tar.xz
(gl_FCNTL_SAFER): Add fcntl--.h to the list.
Diffstat (limited to 'm4/fcntl-safer.m4')
-rw-r--r--m4/fcntl-safer.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/fcntl-safer.m4 b/m4/fcntl-safer.m4
index 465e640f9..20cb0f162 100644
--- a/m4/fcntl-safer.m4
+++ b/m4/fcntl-safer.m4
@@ -6,6 +6,6 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FCNTL_SAFER],
[
- AC_LIBSOURCES([open-safer.c, fcntl-safer.h])
+ AC_LIBSOURCES([open-safer.c, fcntl-safer.h, fcntl--.h])
AC_LIBOBJ([open-safer])
])