From 76478d7eb145880e213ed8a399ce2171f43e18a4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 11 Jul 2005 02:34:23 +0000 Subject: r8306: some more heimdal configure checks (This used to be commit 575413fc863147ee46e1ff658af1d74093fc7686) --- source4/heimdal_build/build_external.sh | 1 - source4/heimdal_build/config.m4 | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/build_external.sh b/source4/heimdal_build/build_external.sh index f95c43dc21..24e5eb9bee 100755 --- a/source4/heimdal_build/build_external.sh +++ b/source4/heimdal_build/build_external.sh @@ -10,7 +10,6 @@ ET_COMPILE=$TOP/bin/compile_et # we need to substitute these correctly based on configure output FLEX=flex BISON=bison -AWK=gawk CC=gcc build_asn1() { diff --git a/source4/heimdal_build/config.m4 b/source4/heimdal_build/config.m4 index 3a60ff3240..c4057a355d 100644 --- a/source4/heimdal_build/config.m4 +++ b/source4/heimdal_build/config.m4 @@ -3,7 +3,8 @@ AC_CHECK_HEADERS(sys/stropts.h sys/timeb.h sys/times.h sys/uio.h sys/un.h) AC_CHECK_HEADERS(sys/utsname.h termcap.h term.h timezone.h time.h ttyname.h netdb.h) AC_CHECK_FUNCS(setitimer uname umask unsetenv socket sendmsg putenv atexit strsep) -AC_CHECK_FUNCS(strlwr strncasecmp strptime strsep_copy strtok_r strupr swab) +AC_CHECK_FUNCS(strlwr strncasecmp strptime strsep_copy strtok_r strupr swab writev readv) +AC_CHECK_FUNCS(inet_ntop) AC_CHECK_DECL(h_errno, [AC_DEFINE(HAVE_DECL_H_ERRNO,1,whether h_errno is declared)], [], [ -- cgit