diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-29 14:31:28 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-29 08:51:02 +0200 |
commit | f0f310c21d0d3863323a7759be104ee3d2d6c23d (patch) | |
tree | d29f88007fb6c7eea22c4bb0606d06f0293dbd06 /source3/wscript | |
parent | 006bdc0be0bf2ef70b3eb24d679bd49f6d8079fd (diff) | |
download | samba-f0f310c21d0d3863323a7759be104ee3d2d6c23d.tar.gz samba-f0f310c21d0d3863323a7759be104ee3d2d6c23d.tar.bz2 samba-f0f310c21d0d3863323a7759be104ee3d2d6c23d.zip |
build: Remove duplicate check for struct getquota_rslt member getquota_rslt_u
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Sat Sep 29 08:51:03 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/wscript b/source3/wscript index 336b277a56..765f761ece 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1266,11 +1266,6 @@ main() { execute=True, local_include=False) - conf.CHECK_STRUCTURE_MEMBER('struct getquota_rslt', - 'getquota_rslt_u', - define='HAVE_GETQUOTA_RSLT_GETQUOTA_RSLT_U', - headers='rpcsvc/rquota.h') - if conf.CONFIG_SET('HAVE_QUOTACTL_LINUX') or \ conf.CONFIG_SET('HAVE_QUOTACTL_4A') or \ conf.CONFIG_SET('HAVE_QUOTACTL_4B') or \ |