]> arthur.barton.de Git - netatalk.git/commitdiff
Don't check for sys/quota.h and linux/quota.h, since the resulting #defines
authorsrittau <srittau>
Wed, 11 Jun 2003 21:45:43 +0000 (21:45 +0000)
committersrittau <srittau>
Wed, 11 Jun 2003 21:45:43 +0000 (21:45 +0000)
are not used anyways.

configure.in

index 12dbce538b1d99ea3a3c865061301dbe347cfe59..291ba2bd91ae4b9e62ee2fe4b7335bd45c7008e5 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.188 2003-06-11 07:18:04 srittau Exp $
+dnl $Id: configure.in,v 1.189 2003-06-11 21:45:43 srittau Exp $
 dnl configure.in for netatalk
 
 AC_INIT(etc/afpd/main.c)
@@ -509,7 +509,6 @@ if test x"$this_os" = "xlinux"; then
        AC_MSG_RESULT([ * Linux specific configuration])
 
        dnl ----- check if we need the quotactl wrapper
-       AC_CHECK_HEADERS(sys/quota.h linux/quota.h)
        AC_CHECK_FUNC(quotactl,,
                AC_DEFINE(NEED_QUOTACTL_WRAPPER, 1, [Define if the quotactl wrapper is needed])
                AC_MSG_RESULT([enabling quotactl wrapper])