diff options
-rw-r--r-- | m4/xine.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
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]) ]) |