summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/have-types.m4
blob: b968d4b072e9fa9a87a0bee65eca1cdcf9937571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl
dnl $Id: have-types.m4,v 1.2 2000/07/15 18:09:16 joda Exp $
dnl

AC_DEFUN(AC_HAVE_TYPES, [
for i in $1; do
        AC_HAVE_TYPE($i)
done
if false;then
	AC_CHECK_FUNCS($1)
fi
])
OpenPOWER on IntegriCloud