From f3e2ad6d4d560cab7473a25910c7495818f570c5 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 12 May 2003 02:41:41 +0000 Subject: Forgot to actually change default for quotas to -no- in configure.in (This used to be commit 73cf63a27f4ff53546171aec18952324d1ed983c) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 0f6a9fa27c..b9ffcd8286 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2571,7 +2571,7 @@ AC_ARG_WITH(quotas, AC_MSG_RESULT(yes) ;; esac ], - AC_MSG_RESULT(yes) + AC_MSG_RESULT(no) ) samba_cv_TRY_SYS_QUOTAS=auto -- cgit