From 635918b758302dd96fbfeb7e77239c7b57f9a0ce Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 2 Jun 2006 22:55:40 +0000 Subject: [PATCH] Re-disable python plugin configuration accidentally enabled in an earlier checkin git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18077 dc483132-0cff-0310-8789-dd5450dbe970 --- src/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure.in b/src/configure.in index e823bce42..68adb76bf 100644 --- a/src/configure.in +++ b/src/configure.in @@ -891,7 +891,7 @@ if test -n "$KRB4_LIB"; then fi AC_CONFIG_SUBDIRS(lib/apputils plugins/kdb/db2 appl tests) dnl -if true; then +if false; then AC_CHECK_HEADERS(Python.h python2.3/Python.h) AC_CONFIG_SUBDIRS(plugins/locate/python) fi -- 2.26.2