Fix id3lib build with gcc 4.3
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14781 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -0,0 +1,24 @@
|
||||
diff --git a/configure b/configure
|
||||
index 37b66f3..723ca1e 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -10296,7 +10296,6 @@ done
|
||||
|
||||
for ac_header in \
|
||||
string \
|
||||
- iomanip.h \
|
||||
|
||||
do
|
||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
diff --git a/configure.in b/configure.in
|
||||
index c857735..abfe4cd 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -227,7 +227,6 @@ AC_CHECK_HEADERS(fstream iostream iomanip vector \
|
||||
)
|
||||
AC_CHECK_HEADERS( \
|
||||
string \
|
||||
- iomanip.h \
|
||||
,,AC_MSG_ERROR([Missing a vital header file for id3lib])
|
||||
)
|
||||
|
Reference in New Issue
Block a user