blob: 93334b7dabf84ba63864fdd6d73bdc72f7c15710 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001From 83425344b2d7339e8f5b0ad230c51278d330d613 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex@linutronix.de>
3Date: Sat, 22 Jan 2022 11:41:50 +0100
4Subject: [PATCH] configure.ac: drop non-standard checks
5
6Not sure what upstream is trying to do here but it does not work
7with the latest autoconf.
8
9Upstream-Status: Inactive-Upstream
10Signed-off-by: Alexander Kanavin <alex@linutronix.de>
11---
12 configure.ac | 5 -----
13 1 file changed, 5 deletions(-)
14
15diff --git a/configure.ac b/configure.ac
16index aa7dd1c..858db52 100644
17--- a/configure.ac
18+++ b/configure.ac
19@@ -418,7 +418,6 @@ for dir in "" /usr/local $SEARCH_DIR; do
20 AC_CHECK_LIB([id3tag -lz], [id3_file_open], [LIBID3TAG_LIBS="-lid3tag -lz"], [unset ac_cv_lib_id3tag_id3_file_open; LDFLAGS="$LDFLAGS_SAVE"; continue])
21 break
22 done
23-test x"$ac_cv_lib_id3tag__lz___id3_file_open" = x"yes" || AC_MSG_ERROR([Could not find libid3tag])
24 AC_SUBST(LIBID3TAG_LIBS)
25
26 LDFLAGS_SAVE="$LDFLAGS"
27@@ -444,10 +443,6 @@ for dir in "" /usr/local $SEARCH_DIR; do
28 [unset ac_cv_lib_avformat_av_open_input_file; unset ac_cv_lib_avformat_avformat_open_input; LDFLAGS="$LDFLAGS_SAVE"; continue])])
29 break
30 done
31-if test x"$ac_cv_lib_avformat__lavcodec__lavutil__lz___av_open_input_file" != x"yes" &&
32- test x"$ac_cv_lib_avformat__lavcodec__lavutil__lz___avformat_open_input" != x"yes"; then
33- AC_MSG_ERROR([Could not find libavformat - part of ffmpeg])
34-fi
35 AC_SUBST(LIBAVFORMAT_LIBS)
36
37 AC_CHECK_LIB(pthread, pthread_create)