summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2012-09-07 19:28:12 +0200
committerBjörn Jacke <bj@sernet.de>2012-09-07 19:28:12 +0200
commita7f0a07a05a38a371fef67f5611d2089713d4d4b (patch)
tree82906b7b7e6b33c89be2ee2ce866bd5ecf3c3c60
parentabf98e32899194f6b8ce603e80596f39fee5cc2b (diff)
downloadsamba-a7f0a07a05a38a371fef67f5611d2089713d4d4b.tar.gz
samba-a7f0a07a05a38a371fef67f5611d2089713d4d4b.tar.bz2
samba-a7f0a07a05a38a371fef67f5611d2089713d4d4b.zip
s3:autoconf: look for irix xfs only when if we didn't find the Linux one before
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 8495a1f582..e6a13102d5 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 <sys/quota.h> (IRIX) we should use it
AC_CACHE_CHECK([for XFS QUOTA in <sys/quota.h>],samba_cv_HAVE_SYS_QUOTA_XFS, [
AC_TRY_COMPILE([