aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-05-16 08:26:40 -0700
committerWayne Davison <wayned@samba.org>2011-05-16 08:26:40 -0700
commitac30d22ae5bd4e1a1282e401425fe28cec6a08bb (patch)
tree4829a5a9e384e673b9ae03b9443e96f01e496078 /configure.ac
parent8bcd6a4afff3cb8197d5589ec4fdf9fe153f53de (diff)
downloadandroid_external_rsync-ac30d22ae5bd4e1a1282e401425fe28cec6a08bb.tar.gz
android_external_rsync-ac30d22ae5bd4e1a1282e401425fe28cec6a08bb.tar.bz2
android_external_rsync-ac30d22ae5bd4e1a1282e401425fe28cec6a08bb.zip
Check for linux/falloc.h header file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 302788cc..b1603662 100644
--- a/configure.ac
+++ b/configure.ac
@@ -339,7 +339,7 @@ AC_CHECK_HEADERS(sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h \
sys/un.h sys/attr.h mcheck.h arpa/inet.h arpa/nameser.h locale.h \
netdb.h malloc.h float.h limits.h iconv.h libcharset.h langinfo.h \
sys/acl.h acl/libacl.h attr/xattr.h sys/xattr.h sys/extattr.h \
- popt.h popt/popt.h)
+ popt.h popt/popt.h linux/falloc.h)
AC_HEADER_MAJOR
AC_CACHE_CHECK([if makedev takes 3 args],rsync_cv_MAKEDEV_TAKES_3_ARGS,[