Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 279057 | Differences between
and this patch

Collapse All | Expand All

(-)netatalk-2.0.5.orig/configure.in (+5 lines)
Lines 694-704 Link Here
694
694
695
        # For quotas on Linux XFS filesystems
695
        # For quotas on Linux XFS filesystems
696
        
696
        
697
AC_ARG_WITH([xfs],
698
       AS_HELP_STRING([--without-xfs], [Build without XFS filesystem quota support]))
699
700
if test "x$with_xfs" != "xno"; then
697
        # For linux > 2.5.56
701
        # For linux > 2.5.56
698
        AC_CHECK_HEADERS(linux/dqblk_xfs.h,,
702
        AC_CHECK_HEADERS(linux/dqblk_xfs.h,,
699
		[AC_CHECK_HEADERS(linux/xqm.h linux/xfs_fs.h)
703
		[AC_CHECK_HEADERS(linux/xqm.h linux/xfs_fs.h)
700
        	AC_CHECK_HEADERS(xfs/libxfs.h xfs/xqm.h xfs/xfs_fs.h)]
704
        	AC_CHECK_HEADERS(xfs/libxfs.h xfs/xqm.h xfs/xfs_fs.h)]
701
	)
705
	)
706
fi
702
707
703
708
704
	dnl ----- as far as I can tell, dbtob always does the wrong thing
709
	dnl ----- as far as I can tell, dbtob always does the wrong thing

Return to bug 279057