remove prefix zeros
[abartlet/lorikeet-heimdal.git/.git] / configure.ac
index e91bc79f91fcc901458d304883d9be986a5c2a74..df3e4ad153c0390d4538cfb92bbfc0f4c53f9966 100644 (file)
@@ -245,6 +245,7 @@ AC_ARG_ENABLE([afs-support],
        AS_HELP_STRING([--disable-afs-support],[if you don't want support for AFS]))
 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"
 fi
 AC_SUBST(NO_AFS)dnl