diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-11 02:34:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:20:04 -0500 |
commit | 76478d7eb145880e213ed8a399ce2171f43e18a4 (patch) | |
tree | 45bb02223587d9319fe3cf279de6991b8314c806 /source4/heimdal_build | |
parent | 2b89817e467c409e5eb20b2a3885941e9accc7eb (diff) | |
download | samba-76478d7eb145880e213ed8a399ce2171f43e18a4.tar.gz samba-76478d7eb145880e213ed8a399ce2171f43e18a4.tar.bz2 samba-76478d7eb145880e213ed8a399ce2171f43e18a4.zip |
r8306: some more heimdal configure checks
(This used to be commit 575413fc863147ee46e1ff658af1d74093fc7686)
Diffstat (limited to 'source4/heimdal_build')
-rwxr-xr-x | source4/heimdal_build/build_external.sh | 1 | ||||
-rw-r--r-- | source4/heimdal_build/config.m4 | 3 |
2 files changed, 2 insertions, 2 deletions
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)], [], [ |