summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/find-if-not-broken.m4
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/cf/find-if-not-broken.m4')
-rw-r--r--crypto/heimdal/cf/find-if-not-broken.m47
1 files changed, 3 insertions, 4 deletions
diff --git a/crypto/heimdal/cf/find-if-not-broken.m4 b/crypto/heimdal/cf/find-if-not-broken.m4
index e855ec7..88d4fc0 100644
--- a/crypto/heimdal/cf/find-if-not-broken.m4
+++ b/crypto/heimdal/cf/find-if-not-broken.m4
@@ -1,4 +1,4 @@
-dnl $Id: find-if-not-broken.m4,v 1.2 1998/03/16 22:16:27 joda Exp $
+dnl $Id: find-if-not-broken.m4,v 1.4 2002/05/19 19:37:08 joda Exp $
dnl
dnl
dnl Mix between AC_FIND_FUNC and AC_BROKEN
@@ -6,8 +6,7 @@ dnl
AC_DEFUN(AC_FIND_IF_NOT_BROKEN,
[AC_FIND_FUNC([$1], [$2], [$3], [$4])
-if eval "test \"$ac_cv_func_$1\" != yes"; then
-LIBOBJS[]="$LIBOBJS $1.o"
+if eval "test \"$ac_cv_func_$1\" != yes"; then
+ rk_LIBOBJ([$1])
fi
-AC_SUBST(LIBOBJS)dnl
])
OpenPOWER on IntegriCloud