summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/configure.in8
1 files changed, 4 insertions, 4 deletions
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)