openwrt_archive/libs/id3lib/patches/120-fix-configure-remove-check-for-iomanip_h.patch
Lars-Peter Clausen a602d221b8 Fix id3lib build with gcc 4.3
SVN-Revision: 14781
2009-03-07 17:11:08 +00:00

25 lines
636 B
Diff

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])
)