diff options
author | Björn Jacke <bj@sernet.de> | 2012-09-07 19:28:12 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2012-09-07 19:28:12 +0200 |
commit | a7f0a07a05a38a371fef67f5611d2089713d4d4b (patch) | |
tree | 82906b7b7e6b33c89be2ee2ce866bd5ecf3c3c60 | |
parent | abf98e32899194f6b8ce603e80596f39fee5cc2b (diff) | |
download | samba-a7f0a07a05a38a371fef67f5611d2089713d4d4b.tar.gz |
s3:autoconf: look for irix xfs only when if we didn't find the Linux one before
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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([ |