summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 273d505..6409027 100644
--- a/configure.ac
+++ b/configure.ac
@@ -263,7 +263,7 @@ AS_IF([test x"$enable_xfs_roothack" = "xyes"], [
AC_ARG_ENABLE([bsd-behaviour],
[AS_HELP_STRING([--disable-bsd-behaviour], [Mimic BSD behaviour])],
[enable_bsd_behaviour="$enableval"],
- [enable_bsd_behaviour=yes]
+ [enable_bsd_behaviour="no"]
)
AS_IF([test x"$enable_bsd_behaviour" != "xno"], [
AC_DEFINE([BSD_BEHAVIOUR], 1, [Check rights to query / set quotas before calling quotactl])