diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2002-12-31 22:17:14 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2002-12-31 22:17:14 +0000 |
commit | b43be5bf698c8aa55d64d4d2dabd9d1261b19a1e (patch) | |
tree | 73b4ab01a196f75659be9f5b4d6a9df078197d71 | |
parent | 045fb8e68b54798d706bfcc6e739b26667ca5e85 (diff) | |
download | xine-lib-b43be5bf698c8aa55d64d4d2dabd9d1261b19a1e.tar.gz xine-lib-b43be5bf698c8aa55d64d4d2dabd9d1261b19a1e.tar.bz2 |
Put AC_CHECK_FUNCS([strsep strpbrk setenv]) in xine.m4
CVS patchset: 3738
CVS date: 2002/12/31 22:17:14
-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]) ]) |