From: Björn Jacke Date: Fri, 7 Sep 2012 17:28:12 +0000 (+0200) Subject: s3:autoconf: look for irix xfs only when if we didn't find the Linux one before X-Git-Tag: samba-4.0.0rc1~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7f0a07a05a38a371fef67f5611d2089713d4d4b;p=thirdparty%2Fsamba.git s3:autoconf: look for irix xfs only when if we didn't find the Linux one before --- 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([