From fdfcb62364594c620729a7cf06ee4963f1bb5c4d Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 12 May 2003 02:45:29 +0000 Subject: Forgot to actually change default for quotas to -no- in configure.in (This used to be commit 7c2395d7cd98b23d58a024a54e5058101fc9d322) --- source3/configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index b9ffcd8286..529e54c9a1 100644 --- a/source3/configure.in +++ b/source3/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) -- cgit