diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-06-02 22:55:40 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-06-02 22:55:40 +0000 |
| commit | 635918b758302dd96fbfeb7e77239c7b57f9a0ce (patch) | |
| tree | e5a54cdf6c63d6f0c406fad7979e138be848e0e0 /src | |
| parent | 68d7dbe44e70c859b891e9cdedc4bb35291e11c6 (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
