From af6cc64cd796ac080ea9bf9c804f6a8f44a8e1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 17 Jan 2007 18:35:44 +0000 Subject: [PATCH] Add an extra variable for roken, LIBADD, that should be used for library depencies. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19983 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index abc8997cf..3bebe1800 100644 --- a/configure.in +++ b/configure.in @@ -215,6 +215,8 @@ rk_DB dnl AC_ROKEN(10,[/usr/heimdal /usr/athena],[lib/roken],[$(top_builddir)/lib/roken/libroken.la],[-I$(top_builddir)/lib/roken -I$(top_srcdir)/lib/roken]) rk_ROKEN(lib/roken) +LIBADD_roken="$LIB_roken" +AC_SUBST(DIR_roken)dnl LIB_roken="\$(top_builddir)/lib/vers/libvers.la $LIB_roken" rk_OTP