r7359: add configure test for strsep (might helps abartlets build of heimdal)
authorAndrew Tridgell <tridge@samba.org>
Tue, 7 Jun 2005 11:53:30 +0000 (11:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:46 +0000 (13:17 -0500)
source/heimdal_build/config.m4

index 3b32d9b22e191cca0958f303c4ac270660b9771c..e51d6c733914c1b275e747aa2ce6cfa8d5fd86f6 100644 (file)
@@ -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)