r817: - fix a configure logic bug for linux/XFS quotas
authorStefan Metzmacher <metze@samba.org>
Sat, 22 May 2004 09:57:23 +0000 (09:57 +0000)
committerStefan Metzmacher <metze@samba.org>
Sat, 22 May 2004 09:57:23 +0000 (09:57 +0000)
  when using --with-sys-quotas

metze

source/configure.in

index 8816780e12f7192fdf8843904eae82b67f707111..e1fc69b4b7943dc6e46823f999d36154a6dbcaa1 100644 (file)
@@ -3187,7 +3187,7 @@ AC_ARG_WITH(sys-quotas,
   AC_MSG_RESULT(${samba_cv_TRY_SYS_QUOTAS})
 )
 
-if test x"$samba_cv_TRY_SYS_QUOTAS" = x"auto"; then
+if test x"$samba_cv_TRY_SYS_QUOTAS" != x"no"; then
 AC_MSG_CHECKING(whether to try the lib/sysquotas.c interface on ${host_os})
   case "$host_os" in
        *linux*)