summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-04-24 15:47:32 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-04-24 15:47:32 +0000
commit1cc52e26e9d712583e2c1ea23ee5bfbb87e25255 (patch)
treebd398cdf464a4aa45c26a6750886f626b60f596d /m4
parentdbd6a0cfee0d90385cccbf7e6a6d28534918b8a0 (diff)
downloadxine-lib-1cc52e26e9d712583e2c1ea23ee5bfbb87e25255.tar.gz
xine-lib-1cc52e26e9d712583e2c1ea23ee5bfbb87e25255.tar.bz2
fixed buffer.c and more cleanups
CVS patchset: 19 CVS date: 2001/04/24 15:47:32
Diffstat (limited to '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 3194429d8..f89d46a99 100644
--- a/m4/xine.m4
+++ b/m4/xine.m4
@@ -169,7 +169,7 @@ main ()
CFLAGS="$CFLAGS $XINE_CFLAGS"
LIBS="$LIBS $XINE_LIBS"
AC_TRY_LINK([
-#include <xine/xine.h>
+#include <xine.h>
#include <stdio.h>
], [ return ((XINE_MAJOR_VERSION) || (XINE_MINOR_VERSION) || (XINE_SUB_VERSION)); ],
[ echo "*** The test program compiled, but did not run. This usually means"