From 4f21e8fa23830c26c02ab2aa3632accadcd48923 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 25 Mar 2007 23:06:17 +0000 Subject: 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 --- src/plugins/locate/python/configure.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/locate') 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) -- cgit