diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2005-11-28 12:24:56 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2005-11-28 12:24:56 +0000 |
commit | 29889061262a94aeb8871b185b29a1699f55af63 (patch) | |
tree | 5ce0740455e3e6051dbf726abb090165f8abfcec /m4/xine.m4 | |
parent | e9ad6a71dbf9f5f0b1e249ad7969afa1fd8665ba (diff) | |
download | xine-lib-29889061262a94aeb8871b185b29a1699f55af63.tar.gz xine-lib-29889061262a94aeb8871b185b29a1699f55af63.tar.bz2 |
*BUGFIX*
Improved cross-compiling: detect and precedence of the host-specific libs
W32dll: enabled by platforms as originaly, user can override it
Fixed shell errors in the Makefile of the hackersguide
Detect the place of SDL header independently on platform
Fixed spelling in CDDA, include the header sys/param.h if available
Fixed format strings (fix warnings (or even bugs) on Gentoo/FreeBSD)
CVS patchset: 7815
CVS date: 2005/11/28 12:24:56
Diffstat (limited to 'm4/xine.m4')
-rw-r--r-- | m4/xine.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/xine.m4 b/m4/xine.m4 index 316ca4918..1b21bbbab 100644 --- a/m4/xine.m4 +++ b/m4/xine.m4 @@ -57,7 +57,7 @@ AC_ARG_ENABLE(xinetest, if test "x$enable_xinetest" != "xyes" ; then AC_MSG_CHECKING([for XINE-LIB version >= $min_xine_version]) else - AC_PATH_PROG(XINE_CONFIG, xine-config, no) + AC_PATH_TOOL(XINE_CONFIG, xine-config, no) AC_MSG_CHECKING([for XINE-LIB version >= $min_xine_version]) no_xine="" if test "$XINE_CONFIG" = "no" ; then |