id3lib3.8.3 (3.8.3-13) 50-remove-outdated-check.patch

Summary

 configure.in |    1 -
 1 file changed, 1 deletion(-)

    
download this patch

Patch contents

We don't actually need iomanip.h
--- a/configure.in
+++ b/configure.in
@@ -227,7 +227,6 @@
 )
 AC_CHECK_HEADERS(               \
   string                        \
-  iomanip.h                     \
   ,,AC_MSG_ERROR([Missing a vital header file for id3lib])
 )