From 130cc39567e612722459084b7e193f4e200b69ea Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 22 May 2004 09:57:23 +0000 Subject: r817: - fix a configure logic bug for linux/XFS quotas when using --with-sys-quotas metze (This used to be commit f72cf069f235d7e8ad04e82b71a592c7ce560b8d) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 8816780e12..e1fc69b4b7 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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*) -- cgit