From: Jim Meyering Date: Sun, 3 Jul 2005 09:13:33 +0000 (+0000) Subject: (gl_FCNTL_SAFER): Add fcntl--.h to the list. X-Git-Tag: CPPI-1_12~364 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10047b6134b9215ec7bff069f1ec31a8050406dc;p=thirdparty%2Fcoreutils.git (gl_FCNTL_SAFER): Add fcntl--.h to the list. --- diff --git a/m4/fcntl-safer.m4 b/m4/fcntl-safer.m4 index 465e640f99..20cb0f1623 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]) ])