diff options
Diffstat (limited to 'src/plugins/locate/python/configure.in')
| -rw-r--r-- | src/plugins/locate/python/configure.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugins/locate/python/configure.in b/src/plugins/locate/python/configure.in new file mode 100644 index 000000000..34f8306b5 --- /dev/null +++ b/src/plugins/locate/python/configure.in @@ -0,0 +1,10 @@ +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) + +KRB5_BUILD_LIBOBJS +KRB5_BUILD_LIBRARY_WITH_DEPS +V5_AC_OUTPUT_MAKEFILE |
