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:
@@ -101,7 +101,7 @@ if test "$with_$1" != no; then
|
|||||||
done
|
done
|
||||||
if test "$ires" -a "$lres" -a "$with_$1" != "no"; then
|
if test "$ires" -a "$lres" -a "$with_$1" != "no"; then
|
||||||
INCLUDE_$1="-I$ires"
|
INCLUDE_$1="-I$ires"
|
||||||
LIB_$1="-L$lres $3"
|
LIB_$1="-L$lres $3 $4"
|
||||||
found=yes
|
found=yes
|
||||||
AC_MSG_RESULT([headers $ires, libraries $lres])
|
AC_MSG_RESULT([headers $ires, libraries $lres])
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user