+Thu Sep 19 08:06:20 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * configure.in: Do not build in v4server if compiling without
+ krb4.
+
Wed Sep 11 16:27:04 1996 Theodore Y. Ts'o <tytso@mit.edu>
* configure.in: no longer build import and export since they
AC_INIT(configure.in)
CONFIG_RULES
-dnl CONFIG_DIRS(kpasswd v5server v5client)
-CONFIG_DIRS(cli dbutil passwd ktutil server v4server v5passwdd)
+if test -z "$KRB4_LIB"; then
+v4server=""
+else
+v4server=v4server
+fi
+CONFIG_DIRS(cli dbutil passwd ktutil server $v4server v5passwdd)
DO_SUBDIRS
V5_AC_OUTPUT_MAKEFILE