pkg://fileutils-4.1-10.4.src.rpm:1292396/fileutils-4.1-afs.patch
info downloads
--- fileutils-4.1/m4/afs.m4.afs Wed Jan 9 17:08:38 2002
+++ fileutils-4.1/m4/afs.m4 Wed Jan 9 17:09:06 2002
@@ -1,12 +1,7 @@
#serial 3
AC_DEFUN(jm_AFS,
- AC_MSG_CHECKING(for AFS)
- if test -d /afs; then
- AC_DEFINE(AFS, 1, [Define if you have the Andrew File System.])
- ac_result=yes
- else
- ac_result=no
- fi
- AC_MSG_RESULT($ac_result)
+ AC_MSG_CHECKING(faking AFS support)
+ AC_DEFINE(AFS, 1, [Define if you have the Andrew File System.])
+ AC_MSG_RESULT(yes)
)