]> arthur.barton.de Git - netatalk.git/commitdiff
Removed an unneeded function check.
authorsrittau <srittau>
Mon, 15 Dec 2003 06:13:38 +0000 (06:13 +0000)
committersrittau <srittau>
Mon, 15 Dec 2003 06:13:38 +0000 (06:13 +0000)
configure.in

index 1ad13d4df753f53470f927c00af0a93a2b55b0d5..a1ee849861025dab1964185452e324fa6ce24e8a 100644 (file)
@@ -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