diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-07 12:02:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:46 -0500 |
commit | d2f15d4b6c56eafb00d43c259cec5c4a21a74ba1 (patch) | |
tree | 2484e1c7fef3bff187689ee5367c3fb17bced232 | |
parent | d85c6f8b274d538cdaab2efd3c1bc1ddd589cbff (diff) | |
download | samba-d2f15d4b6c56eafb00d43c259cec5c4a21a74ba1.tar.gz samba-d2f15d4b6c56eafb00d43c259cec5c4a21a74ba1.tar.bz2 samba-d2f15d4b6c56eafb00d43c259cec5c4a21a74ba1.zip |
r7360: added a few more heimdal configure tests
(This used to be commit 0f2943ac175c4e2fee6f68c9909d74b2018f40a2)
-rw-r--r-- | source4/heimdal_build/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.m4 b/source4/heimdal_build/config.m4 index e51d6c7339..b4aa1f65cb 100644 --- a/source4/heimdal_build/config.m4 +++ b/source4/heimdal_build/config.m4 @@ -3,6 +3,7 @@ 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) AC_CHECK_FUNCS(setitimer uname umask unsetenv socket sendmsg putenv atexit strsep) +AC_CHECK_FUNCS(strlwr strncasecmp strptime strsep_copy strtok_r strupr swab) # these are disabled unless heimdal is found below SMB_MODULE_DEFAULT(KERBEROS_LIB, NOT) |