summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin Kofler <kevin.kofler@chello.at>2011-11-24 23:37:50 +0100
committerKevin Kofler <kevin.kofler@chello.at>2011-11-24 23:37:50 +0100
commit0f1e27fa5225249eccbdc1aec4d462e94d7d2b66 (patch)
tree4927fb4dc555d7620558f3d2cbdbaf9a6bc125e8 /configure.ac
parent0d1157df4bfbb7722473c5d0214c2024bb98f680 (diff)
downloadxine-lib-0f1e27fa5225249eccbdc1aec4d462e94d7d2b66.tar.gz
xine-lib-0f1e27fa5225249eccbdc1aec4d462e94d7d2b66.tar.bz2
Don't check for and include a52_internal.h: it's not actually used.
--HG-- branch : point-release extra : rebase_source : 3cc7f85e6e39b1af46b7da40edcdebda000ef8ff
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f18288691..9063e9415 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1302,7 +1302,7 @@ if test "x$enable_a52dec" = "xno"; then
AC_MSG_RESULT([a52dec support disabled])
elif test "x$external_a52dec" = "xyes"; then
have_a52="yes"
- AC_CHECK_HEADERS([a52dec/a52.h a52dec/a52_internal.h],, have_a52="no",
+ AC_CHECK_HEADERS([a52dec/a52.h],, have_a52="no",
[
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>