projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68d7dbe
)
Re-disable python plugin configuration accidentally enabled in an earlier checkin
author
Ken Raeburn
<raeburn@mit.edu>
Fri, 2 Jun 2006 22:55:40 +0000
(22:55 +0000)
committer
Ken 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
patch
|
blob
|
history
diff --git
a/src/configure.in
b/src/configure.in
index e823bce42d4cc5cb7ce16eacdbf775311a4e8908..68adb76bfdcab84ea5023dc7e1b174ec819c7caa 100644
(file)
--- 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
tru
e; then
+if
fals
e; then
AC_CHECK_HEADERS(Python.h python2.3/Python.h)
AC_CONFIG_SUBDIRS(plugins/locate/python)
fi