Re-disable python plugin configuration accidentally enabled in an earlier checkin
authorKen Raeburn <raeburn@mit.edu>
Fri, 2 Jun 2006 22:55:40 +0000 (22:55 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 2 Jun 2006 22:55:40 +0000 (22:55 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18077 dc483132-0cff-0310-8789-dd5450dbe970

src/configure.in

index e823bce42d4cc5cb7ce16eacdbf775311a4e8908..68adb76bfdcab84ea5023dc7e1b174ec819c7caa 100644 (file)
@@ -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