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

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