Forgot to actually change default for quotas to -no- in configure.in
authorAlexander Bokovoy <ab@samba.org>
Mon, 12 May 2003 02:45:29 +0000 (02:45 +0000)
committerAlexander Bokovoy <ab@samba.org>
Mon, 12 May 2003 02:45:29 +0000 (02:45 +0000)
(This used to be commit 7c2395d7cd98b23d58a024a54e5058101fc9d322)

source3/configure.in

index b9ffcd8286c8c468f48a25f4d2a8379ea31ae01f..529e54c9a13369089fdfe96a7cab084786098473 100644 (file)
@@ -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)