summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-22 09:57:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:47 -0500
commit130cc39567e612722459084b7e193f4e200b69ea (patch)
tree834ea42e3d033054c23af497a0b1584dfa8a06b8 /source3
parent99d8aa8b17d6b6babdffbaf4f343375d58a88b5b (diff)
downloadsamba-130cc39567e612722459084b7e193f4e200b69ea.tar.gz
samba-130cc39567e612722459084b7e193f4e200b69ea.tar.bz2
samba-130cc39567e612722459084b7e193f4e200b69ea.zip
r817: - fix a configure logic bug for linux/XFS quotas
when using --with-sys-quotas metze (This used to be commit f72cf069f235d7e8ad04e82b71a592c7ce560b8d)
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 8816780e12..e1fc69b4b7 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3187,7 +3187,7 @@ AC_ARG_WITH(sys-quotas,
AC_MSG_RESULT(${samba_cv_TRY_SYS_QUOTAS})
)
-if test x"$samba_cv_TRY_SYS_QUOTAS" = x"auto"; then
+if test x"$samba_cv_TRY_SYS_QUOTAS" != x"no"; then
AC_MSG_CHECKING(whether to try the lib/sysquotas.c interface on ${host_os})
case "$host_os" in
*linux*)