include dep libraries in LIB_*

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11433 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-09-10 15:23:38 +00:00
parent 833fd5e9fb
commit 195194ee2a

View File

@@ -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