From 12aebf174dd12e5aada243b03a59895449c9582d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 5 Apr 2000 03:28:26 +0000 Subject: [PATCH] bump version to 0.2s-pre add options and testing for (open)ldap git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8114 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e6d822f83..4de80c9f8 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_REVISION($Revision$) AC_INIT(lib/krb5/send_to_kdc.c) AM_CONFIG_HEADER(include/config.h) -AM_INIT_AUTOMAKE(heimdal,0.2r) +AM_INIT_AUTOMAKE(heimdal,0.2s-pre) AC_PREFIX_DEFAULT(/usr/heimdal) @@ -76,6 +76,12 @@ if test "$withval" = no; then fi ]) +AC_TEST_PACKAGE_NEW(openldap,[#include ],[-lldap -llber]) + +if test "$openldap_libdir"; then + LIB_openldap="-rpath $openldap_libdir $LIB_openldap" +fi + AC_TEST_PACKAGE_NEW(krb4,[#include ],-lkrb,-ldes,/usr/athena) LIB_kdb=