summaryrefslogtreecommitdiffstats
path: root/src/plugins/locate
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-03-25 23:06:17 +0000
committerKen Raeburn <raeburn@mit.edu>2007-03-25 23:06:17 +0000
commit4f21e8fa23830c26c02ab2aa3632accadcd48923 (patch)
tree9c77e68810aa2295a6c13d92c2a022990f72142c /src/plugins/locate
parent105fe1ec3cc21a74ab6148dc34642e2d82b107f7 (diff)
downloadkrb5-4f21e8fa23830c26c02ab2aa3632accadcd48923.tar.gz
krb5-4f21e8fa23830c26c02ab2aa3632accadcd48923.tar.xz
krb5-4f21e8fa23830c26c02ab2aa3632accadcd48923.zip
Remove traces of enable_shared, enable_static, enable_profiled, and
build_dynobj. Hard-code the behavior for shared libraries, no static, no profiled. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19261 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/locate')
-rw-r--r--src/plugins/locate/python/configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/locate/python/configure.in b/src/plugins/locate/python/configure.in
index fa910ac41..11e22152d 100644
--- a/src/plugins/locate/python/configure.in
+++ b/src/plugins/locate/python/configure.in
@@ -1,6 +1,4 @@
K5_AC_INIT(configure.in)
-enable_shared=yes
-build_dynobj=yes
CONFIG_RULES
AC_CHECK_HEADERS(Python.h python2.3/Python.h)
dnl AC_CHECK_LIB(python2.3)