diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-26 12:33:50 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-26 10:11:22 +0200 |
commit | 7ad1971e2240eccda70783c4de77b7c5bc7893d3 (patch) | |
tree | 1a8ecb525bd76ca4623bd39668749724a5440169 | |
parent | e1f17eef970cd8432a3391b0bb79de4857fac177 (diff) | |
download | samba-7ad1971e2240eccda70783c4de77b7c5bc7893d3.tar.gz samba-7ad1971e2240eccda70783c4de77b7c5bc7893d3.tar.bz2 samba-7ad1971e2240eccda70783c4de77b7c5bc7893d3.zip |
build: Remove unused samba_cv_sysquotas_file variable from autoconf configure
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/configure.in b/source3/configure.in index 489b0173e9..5045742cd4 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4539,7 +4539,6 @@ case "$host_os" in *linux*) samba_cv_SYSQUOTA_FOUND=yes AC_DEFINE(HAVE_QUOTACTL_LINUX,1,[Whether Linux quota support is available]) - samba_cv_sysquotas_file="lib/sysquotas_linux.c" AC_MSG_CHECKING(whether to use the lib/sysquotas_linux.c builtin support) AC_MSG_RESULT(yes) @@ -4623,7 +4622,6 @@ AC_TRY_RUN_STRICT([ if test x"$samba_cv_HAVE_QUOTACTL_4A" = x"yes"; then samba_cv_SYSQUOTA_FOUND=yes; AC_DEFINE(HAVE_QUOTACTL_4A,1,[Whether long quotactl(int cmd, char *special, qid_t id, caddr_t addr) is available]) - samba_cv_sysquotas_file="lib/sysquotas_4A.c" fi fi @@ -4638,7 +4636,6 @@ AC_TRY_RUN_STRICT([ if test x"$samba_cv_HAVE_QUOTACTL_4B" = x"yes"; then samba_cv_SYSQUOTA_FOUND=yes; AC_DEFINE(HAVE_QUOTACTL_4B,1,[Whether int quotactl(const char *path, int cmd, int id, char *addr) is available]) - samba_cv_sysquotas_file="lib/sysquotas_4B.c" AC_CHECK_MEMBERS([struct dqblk.dqb_curbytes], # Darwin bytecount style [ AC_DEFINE([HAVE_STRUCT_DQBLK_DQB_CURBYTES],[1],[darwin style quota bytecount])],, [#include <sys/types.h> |