block, so reconf will build a configure script and it'll be easy to enable
for testing.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18034
dc483132-0cff-0310-8789-
dd5450dbe970
fi
AC_CONFIG_SUBDIRS(lib/gssapi lib/rpc lib/kadm5)
AC_CONFIG_SUBDIRS(kadmin plugins/kdb/db2 appl tests)
+dnl
+if false; then
+ AC_CHECK_HEADERS(Python.h python2.3/Python.h)
+ AC_CONFIG_SUBDIRS(plugins/locate/python)
+fi
AC_CONFIG_FILES(krb5-config, [chmod +x krb5-config])
V5_AC_OUTPUT_MAKEFILE(. util util/support util/profile util/send-pr lib lib/kdb kdc slave krb524 config-files gen-manpages include include/kerberosIV clients clients/klist clients/kinit clients/kvno clients/kdestroy clients/kpasswd clients/ksu)