From a7f0a07a05a38a371fef67f5611d2089713d4d4b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Fri, 7 Sep 2012 19:28:12 +0200 Subject: [PATCH] s3:autoconf: look for irix xfs only when if we didn't find the Linux one before --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index 8495a1f5823..e6a13102d50 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4586,7 +4586,7 @@ AC_CHECK_HEADERS(sys/quota.h) AC_CHECK_HEADERS(ufs/ufs/quota.h) -if test x"$samba_cv_found_xfs_header" != x"yes"; then +if test x"$ac_cv_header_xfs_xqm_h" != x"yes"; then # if we have xfs quota support (IRIX) we should use it AC_CACHE_CHECK([for XFS QUOTA in ],samba_cv_HAVE_SYS_QUOTA_XFS, [ AC_TRY_COMPILE([ -- 2.11.4.GIT