Add --disable-afs-support.
authorLove Hörnquist Åstrand <lha@kth.se>
Thu, 25 Aug 2005 05:16:52 +0000 (05:16 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Thu, 25 Aug 2005 05:16:52 +0000 (05:16 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15982 ec53bebd-3082-4978-b11e-865c3cabbd6b

configure.in

index f5514fce940ea291523cf8ef06f2039ec490c89f..baa84b67e7c3e8ca563b62f8444b3efd45746cea 100644 (file)
@@ -197,6 +197,13 @@ AC_SUBST(dpagaix_cflags)
 AC_SUBST(dpagaix_ldadd)
 AC_SUBST(dpagaix_ldflags)
 
+AC_ARG_ENABLE([afs-support],
+       AC_HELP_STRING([--disable-afs-support],
+               [if you don't want support for AFS]))
+if test "$enabls_afs_support" = no; then
+       AC_DEFINE(NO_AFS, 1, [Define if you don't wan't support for AFS.])
+fi
+
 rk_DB
 
 dnl AC_ROKEN(10,[/usr/heimdal /usr/athena],[lib/roken],[$(top_builddir)/lib/roken/libroken.la],[-I$(top_builddir)/lib/roken -I$(top_srcdir)/lib/roken])