Mention the python plugin stuff in configure.in, but inside an "if false"
authorKen Raeburn <raeburn@mit.edu>
Tue, 23 May 2006 00:37:46 +0000 (00:37 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 23 May 2006 00:37:46 +0000 (00:37 +0000)
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

src/configure.in

index 3c52bb89d8765bf380da2f90c036a57fc4c0f420..9a3b90e136aaad5950fa2dd2ecca40777e529109 100644 (file)
@@ -637,5 +637,10 @@ if test -n "$KRB4_LIB"; then
 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)