Index: configure.in =================================================================== --- configure.in (revision 5511) +++ configure.in (working copy) @@ -3390,7 +3407,7 @@ if test x"$samba_cv_found_xfs_header" != 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_CACHE_CHECK([for XFS QUOTA in ],samba_cv_HAVE_SYS_QUOTA_XFS, AC_TRY_COMPILE([ #include "confdefs.h" #ifdef HAVE_SYS_TYPES_H @@ -3400,8 +3417,8 @@ #include #endif #include -],[int i = Q_XGETQUOTA;], -samba_cv_HAVE_SYS_QUOTA_XFS=yes,samba_cv_HAVE_SYS_QUOTA_XFS=no)]) +int i = Q_XGETQUOTA; +], [samba_cv_HAVE_SYS_QUOTA_XFS=yes],[samba_cv_HAVE_SYS_QUOTA_XFS=no])) if test "$samba_cv_HAVE_SYS_QUOTA_XFS"x = "yes"x; then samba_cv_found_xfs_header=yes fi