From 195194ee2ae6117891e330b615d4857abfe07021 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 10 Sep 2002 15:23:38 +0000 Subject: [PATCH] include dep libraries in LIB_* git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11433 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/test-package.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/test-package.m4 b/cf/test-package.m4 index 6b8d96b61..eb6b1b241 100644 --- a/cf/test-package.m4 +++ b/cf/test-package.m4 @@ -101,7 +101,7 @@ if test "$with_$1" != no; then done if test "$ires" -a "$lres" -a "$with_$1" != "no"; then INCLUDE_$1="-I$ires" - LIB_$1="-L$lres $3" + LIB_$1="-L$lres $3 $4" found=yes AC_MSG_RESULT([headers $ires, libraries $lres]) fi