From 105fe1ec3cc21a74ab6148dc34642e2d82b107f7 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 25 Mar 2007 23:06:04 +0000 Subject: Remove separate KRB5_BUILD_LIBRARY_WITH_DEPS macro, just use KRB5_BUILD_LIBRARY git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19260 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/locate/python/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/locate/python') diff --git a/src/plugins/locate/python/configure.in b/src/plugins/locate/python/configure.in index 34f8306b5..fa910ac41 100644 --- a/src/plugins/locate/python/configure.in +++ b/src/plugins/locate/python/configure.in @@ -6,5 +6,5 @@ AC_CHECK_HEADERS(Python.h python2.3/Python.h) dnl AC_CHECK_LIB(python2.3) KRB5_BUILD_LIBOBJS -KRB5_BUILD_LIBRARY_WITH_DEPS +KRB5_BUILD_LIBRARY V5_AC_OUTPUT_MAKEFILE -- cgit