diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-05-12 02:41:41 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-05-12 02:41:41 +0000 |
commit | f3e2ad6d4d560cab7473a25910c7495818f570c5 (patch) | |
tree | 4c0f1da9f33a3463693795686bce4ed94dfd272d /source3/configure.in | |
parent | 92c8ca92c3015e1449a1c7c62bedb5f2fbbcff73 (diff) | |
download | samba-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.in | 2 |
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 |