summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-05-12 02:41:41 +0000
committerAlexander Bokovoy <ab@samba.org>2003-05-12 02:41:41 +0000
commitf3e2ad6d4d560cab7473a25910c7495818f570c5 (patch)
tree4c0f1da9f33a3463693795686bce4ed94dfd272d /source3/configure.in
parent92c8ca92c3015e1449a1c7c62bedb5f2fbbcff73 (diff)
downloadsamba-f3e2ad6d4d560cab7473a25910c7495818f570c5.tar.gz
samba-f3e2ad6d4d560cab7473a25910c7495818f570c5.tar.bz2
samba-f3e2ad6d4d560cab7473a25910c7495818f570c5.zip
Forgot to actually change default for quotas to -no- in configure.in
(This used to be commit 73cf63a27f4ff53546171aec18952324d1ed983c)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
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