dont pass --no-unlog if afs is not configured. Patch partly from Eray Asian

This commit is contained in:
Love Hornquist Astrand
2010-06-01 10:17:37 -07:00
parent 29cf9c937e
commit ccacfda1cc
4 changed files with 5 additions and 2 deletions

View File

@@ -246,6 +246,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.])
fi
AC_SUBST(NO_AFS)dnl
rk_DB