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.4.orig/configure.in (+5 lines)
Lines 692-697 Link Here
692
#		AC_MSG_RESULT([enabling quotactl wrapper])
692
#		AC_MSG_RESULT([enabling quotactl wrapper])
693
#	)
693
#	)
694
694
695
AC_ARG_WITH([xfs],
696
       AS_HELP_STRING([--without-xfs], [Build without XFS filesystem quota support]))
697
698
if test "x$with_xfs" != "xno"; then
695
        # For quotas on Linux XFS filesystems
699
        # For quotas on Linux XFS filesystems
696
        
700
        
697
        # For linux > 2.5.56
701
        # For linux > 2.5.56
Lines 699-704 Link Here
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