summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/test-package.m4
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/cf/test-package.m4')
-rw-r--r--crypto/heimdal/cf/test-package.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/cf/test-package.m4 b/crypto/heimdal/cf/test-package.m4
index 00e7f34..9cdccc7 100644
--- a/crypto/heimdal/cf/test-package.m4
+++ b/crypto/heimdal/cf/test-package.m4
@@ -1,4 +1,4 @@
-dnl $Id: test-package.m4,v 1.11 2002/08/28 19:30:48 joda Exp $
+dnl $Id: test-package.m4,v 1.12 2002/09/10 15:23:38 joda Exp $
dnl
dnl rk_TEST_PACKAGE(package,headers,libraries,extra libs,
dnl default locations, conditional, config-program)
@@ -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
OpenPOWER on IntegriCloud