From 7c2395d7cd98b23d58a024a54e5058101fc9d322 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 12 May 2003 02:45:29 +0000 Subject: [PATCH] Forgot to actually change default for quotas to -no- in configure.in --- source/configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/configure.in b/source/configure.in index b9ffcd8286c..529e54c9a13 100644 --- a/source/configure.in +++ b/source/configure.in @@ -2563,12 +2563,12 @@ AC_MSG_CHECKING(whether to try disk-quotas support) AC_ARG_WITH(quotas, [ --with-quotas Include disk-quota support (default=no)], [ case "$withval" in - no) - AC_MSG_RESULT(no) - samba_cv_TRY_QUOTAS=no + yes) + AC_MSG_RESULT(yes) + samba_cv_TRY_QUOTAS=yes ;; *) - AC_MSG_RESULT(yes) + AC_MSG_RESULT(no) ;; esac ], AC_MSG_RESULT(no) -- 2.11.4.GIT