--disable-afs-support doesn't really disable afs

This commit is contained in:
David Mulder
2016-08-02 12:58:26 -06:00
parent c7ed0b719d
commit d8080162ea
3 changed files with 10 additions and 2 deletions

View File

@@ -240,6 +240,7 @@ AC_ARG_ENABLE([afs-support],
if test "$enable_afs_support" = no; then
AC_DEFINE(NO_AFS, 1, [Define if you don't wan't support for AFS.])
NO_AFS="1"
AM_CONDITIONAL(HAVE_AFS, 0)
fi
AC_SUBST(NO_AFS)dnl