build: Do not compile lib/sysquotas*.c files as part of configure
authorAndrew Bartlett <abartlet@samba.org>
Mon, 4 Jun 2012 20:39:28 +0000 (06:39 +1000)
committerBjoern Jacke <bj@sernet.de>
Thu, 6 Sep 2012 07:08:57 +0000 (09:08 +0200)
commitb7b0d7d868027e6a9e63639838d811febc946109
tree0583130122dbe2e12e5e1aee7b646c4061ce54d6
parent82cffc2bdbfec4f5c50514c1e08ed342f8f9d189
build: Do not compile lib/sysquotas*.c files as part of configure

Instead, use the tests in tests/sysquotas.c.

It is better that we see any compile failures, and then expand the
tests than 'automatically' disable the support.  Users can always use
--without-quotas if the quotas code does not work on their system.

Andrew Bartlett

Signed-off-by: Björn Jacke <bj@sernet.de>
source3/configure.in