From b43be5bf698c8aa55d64d4d2dabd9d1261b19a1e Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Tue, 31 Dec 2002 22:17:14 +0000 Subject: Put AC_CHECK_FUNCS([strsep strpbrk setenv]) in xine.m4 CVS patchset: 3738 CVS date: 2002/12/31 22:17:14 --- m4/xine.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/m4/xine.m4 b/m4/xine.m4 index 1aed72edb..1440ba2de 100644 --- a/m4/xine.m4 +++ b/m4/xine.m4 @@ -205,4 +205,8 @@ main () AC_SUBST(XINE_ACFLAGS) AC_LANG_RESTORE() rm -f conf.xinetest + +dnl Make sure HAVE_STRSEP, HAVE_SETENV and HAVE_STRPBRK are defined as +dnl necessary. + AC_CHECK_FUNCS([strsep strpbrk setenv]) ]) -- cgit v1.2.3