summaryrefslogtreecommitdiff
path: root/m4/afs.m4
blob: 8ca39615f3562cc7c3f9736a9f669e26ed9f002b (plain)
1
2
3
4
5
6
7
#serial 2

AC_DEFUN(jm_AFS,
  AC_MSG_CHECKING(for AFS)
  test -d /afs \
    && AC_DEFINE(AFS, 1, [Define if you have the Andrew File System.])
)