summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2010-04-25 23:43:55 +0200
committerAndreas Gruenbacher <agruen@suse.de>2010-04-27 12:38:15 +0200
commita11bfc85e551d5a6da3a0c4ee69bccd36c8de335 (patch)
tree5d53eebd29c864e431dc781060a00674e29222a1 /configure.ac
parent37f7c8faecb6d0fb34ee9402ca157ae2b3f28902 (diff)
downloadpatch-a11bfc85e551d5a6da3a0c4ee69bccd36c8de335.tar.gz
Use the gnulib fcntl-h and sys_stat modules
* bootstrap.conf: Use the gnulib fcntl-h and sys_stat modules. * src/common.h: Remove the declarations provided by gnulib sys_stat. Always include fcntl.h (and depend on gnulib fcntl-h). * src/util.h: Remove duplicate include of <timespec.h>. * configure.ac: Remove obsolete checks for fcntl.h and utime.h.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a6274a7..ee649a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,6 @@ AC_TYPE_OFF_T
# FIXME: The utime module is obsolete; replace with utimens.
gl_CHECK_TYPE_STRUCT_UTIMBUF
-AC_CHECK_HEADERS([fcntl.h utime.h])
AC_CHECK_DECLS([mktemp])
AC_CHECK_FUNCS(geteuid getuid mktemp raise sigaction sigprocmask sigsetmask)
AC_FUNC_SETMODE_DOS