Commit 130cc395 authored by Stefan Metzmacher's avatar Stefan Metzmacher Committed by Gerald (Jerry) Carter
Browse files

r817: - fix a configure logic bug for linux/XFS quotas

  when using --with-sys-quotas

metze
(This used to be commit f72cf069f235d7e8ad04e82b71a592c7ce560b8d)
parent 99d8aa8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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*)