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/dvdnav.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/dvdnav.m4')
-rw-r--r-- | m4/dvdnav.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/dvdnav.m4 b/m4/dvdnav.m4 index 505050676..9254ca533 100644 --- a/m4/dvdnav.m4 +++ b/m4/dvdnav.m4 @@ -57,7 +57,7 @@ AC_ARG_ENABLE(dvdnavtest, if test "x$enable_dvdnavtest" != "xyes" ; then AC_MSG_CHECKING([for DVDNAV-LIB version >= $min_dvdnav_version]) else - AC_PATH_PROG(DVDNAV_CONFIG, dvdnav-config, no) + AC_PATH_TOOL(DVDNAV_CONFIG, dvdnav-config, no) AC_MSG_CHECKING([for DVDNAV-LIB version >= $min_dvdnav_version]) no_dvdnav="" if test "$DVDNAV_CONFIG" = "no" ; then |