From: srittau Date: Mon, 15 Dec 2003 06:13:38 +0000 (+0000) Subject: Removed an unneeded function check. X-Git-Tag: HEAD-before-afp3-merge~6 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=3eb5170d7d28ba1561d2a9d0afe53bf196248503;p=netatalk.git Removed an unneeded function check. --- diff --git a/configure.in b/configure.in index 1ad13d4d..a1ee8498 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.197 2003-12-15 06:03:33 srittau Exp $ +dnl $Id: configure.in,v 1.198 2003-12-15 06:13:38 srittau Exp $ dnl configure.in for netatalk AC_INIT(etc/afpd/main.c) @@ -31,10 +31,6 @@ dnl dnl Checks for presence of some functions. dnl -dnl Check for XPG4 access() function -dnl Be sure to test before adding AFS libs in LIBS path as AFS lib -dnl has such a function that works only on AFS filesystems. -AC_CHECK_FUNCS(access) AC_CHECK_FUNCS(pread pwrite) dnl