diff options
author | Ralph Boehme <rb@sernet.de> | 2014-11-08 22:18:08 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2014-12-08 10:13:14 +0100 |
commit | bfc4cb74b7dcc4413128ced8781e0e8e0dc66331 (patch) | |
tree | 979c20101fc7c3668b885c5d17fad335aa42163d /source3/wscript | |
parent | 861d34af5f57308139cc148e02db66786570c901 (diff) | |
download | samba-bfc4cb74b7dcc4413128ced8781e0e8e0dc66331.tar.gz |
vfs_snapper: check for <linux/ioctl.h>
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10834
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Sun Nov 9 16:02:24 CET 2014 on sn-devel-104
(cherry picked from commit 5f68f7289c3028f50a449120cce000dcf40db788)
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 9778d4e3cb6..bf025fc5998 100644 --- a/source3/wscript +++ b/source3/wscript @@ -77,7 +77,7 @@ def configure(conf): conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True) conf.CHECK_HEADERS('execinfo.h libexc.h libunwind.h netdb.h') - conf.CHECK_HEADERS('linux/falloc.h') + conf.CHECK_HEADERS('linux/falloc.h linux/ioctl.h') conf.CHECK_FUNCS('getcwd fchown chmod fchmod mknod') conf.CHECK_FUNCS('strtol strchr strupr chflags') |