summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-07 11:53:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:46 -0500
commitd85c6f8b274d538cdaab2efd3c1bc1ddd589cbff (patch)
tree6351bc38752d5c224037e395ad4f8a0ec76ec613 /source4/heimdal_build
parent74aeab5329b64f640dbb836ed10dc41248d77758 (diff)
downloadsamba-d85c6f8b274d538cdaab2efd3c1bc1ddd589cbff.tar.gz
samba-d85c6f8b274d538cdaab2efd3c1bc1ddd589cbff.tar.bz2
samba-d85c6f8b274d538cdaab2efd3c1bc1ddd589cbff.zip
r7359: add configure test for strsep (might helps abartlets build of heimdal)
(This used to be commit 2209655c802db01dd35778efd7857503a7e50b9f)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.m4 b/source4/heimdal_build/config.m4
index 3b32d9b22e..e51d6c7339 100644
--- a/source4/heimdal_build/config.m4
+++ b/source4/heimdal_build/config.m4
@@ -2,7 +2,7 @@ AC_CHECK_HEADERS(sys/file.h signal.h errno.h crypt.h curses.h sys/bittypes.h)
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)
+AC_CHECK_FUNCS(setitimer uname umask unsetenv socket sendmsg putenv atexit strsep)
# these are disabled unless heimdal is found below
SMB_MODULE_DEFAULT(KERBEROS_LIB, NOT)