acinclude: get rid of old nokia dvb API

Origin commit data
------------------
Commit: 9b337ee530
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-11-15 (Sun, 15 Nov 2015)
This commit is contained in:
Stefan Seyfried
2015-11-15 11:43:18 +01:00
committed by Michael Liebmann
parent 70ea30e3e4
commit bce1e79df2

View File

@@ -211,12 +211,6 @@ if test "$DVBINCLUDES"; then
CXXFLAGS="-I$DVBINCLUDES $CXXFLAGS"
fi
AC_CHECK_HEADERS(ost/dmx.h,[
DVB_API_VERSION=1
AC_MSG_NOTICE([found dvb version 1])
])
if test -z "$DVB_API_VERSION"; then
AC_CHECK_HEADERS(linux/dvb/version.h,[
AC_LANG_PREPROC_REQUIRE()
AC_REQUIRE([AC_PROG_EGREP])
@@ -235,7 +229,6 @@ version DVB_API_VERSION_MINOR
AC_MSG_NOTICE([found dvb version $DVB_API_VERSION.$DVB_API_VERSION_MINOR])
])
fi
if test "$DVB_API_VERSION"; then
AC_DEFINE(HAVE_DVB,1,[Define to 1 if you have the dvb includes])