summaryrefslogtreecommitdiff
path: root/m4/_xine.m4
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-02-25 23:44:05 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-02-25 23:44:05 +0000
commit28e4d369b74f7f4c88f6e95ca568a22cb0b0fe44 (patch)
tree5e0bfaff1b4621ed37f6c68c7f1489f5e302be4b /m4/_xine.m4
parentc419a70b703e15cbf5fbc1b8375f6672bc120faf (diff)
downloadxine-lib-28e4d369b74f7f4c88f6e95ca568a22cb0b0fe44.tar.gz
xine-lib-28e4d369b74f7f4c88f6e95ca568a22cb0b0fe44.tar.bz2
xine now compiles ok with the dxr3 em8300 ver 0.12.0 ,but dxr3 does not actually work yet.
CVS patchset: 1519 CVS date: 2002/02/25 23:44:05
Diffstat (limited to 'm4/_xine.m4')
-rw-r--r--m4/_xine.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/_xine.m4 b/m4/_xine.m4
index f6d9d0957..ee7130e0b 100644
--- a/m4/_xine.m4
+++ b/m4/_xine.m4
@@ -90,7 +90,7 @@ AC_DEFUN([AC_CHECK_DXR3],
[ --disable-dxr3 Do not build the DXR3/HW+ plugins],,
enable_dxr3=yes)
if test x"$enable_dxr3" = xyes; then
- AC_CHECK_HEADER($linux_path/include/linux/em8300.h,
+ AC_CHECK_HEADER(/usr/include/linux/em8300.h,
have_dxr3=yes,
[have_dxr3=no
AC_MSG_RESULT([*** DXR3 support disabled due to missing em8300.h ***])])