diff options
Diffstat (limited to '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 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" |