aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/id3lib/50-remove-outdated-check.patch
blob: 386da2771b138e3113afed100408f9e46e72ac73 (plain)
1
2
3
4
5
6
7
8
9
10
11
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])
 )