summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/broken.m4
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/cf/broken.m4')
-rw-r--r--crypto/heimdal/cf/broken.m49
1 files changed, 4 insertions, 5 deletions
diff --git a/crypto/heimdal/cf/broken.m4 b/crypto/heimdal/cf/broken.m4
index 4044064..911ed27 100644
--- a/crypto/heimdal/cf/broken.m4
+++ b/crypto/heimdal/cf/broken.m4
@@ -1,4 +1,4 @@
-dnl $Id: broken.m4,v 1.3 1998/03/16 22:16:19 joda Exp $
+dnl $Id: broken.m4,v 1.4 2000/07/15 18:06:36 joda Exp $
dnl
dnl
dnl Same as AC _REPLACE_FUNCS, just define HAVE_func if found in normal
@@ -10,10 +10,9 @@ do
AC_CHECK_FUNC($ac_func, [
ac_tr_func=HAVE_[]upcase($ac_func)
AC_DEFINE_UNQUOTED($ac_tr_func)],[LIBOBJS[]="$LIBOBJS ${ac_func}.o"])
-dnl autoheader tricks *sigh*
-: << END
-@@@funcs="$funcs $1"@@@
-END
+if false; then
+ AC_CHECK_FUNCS($1)
+fi
done
AC_SUBST(LIBOBJS)dnl
])
OpenPOWER on IntegriCloud