wok-next view id3lib/stuff/patches/50-remove-outdated-check.patch @ rev 20634

oxine: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 27 12:51:30 2018 +0200 (2018-04-27)
parents
children
line source
1 We don't actually need iomanip.h
2 --- a/configure.in
3 +++ b/configure.in
4 @@ -227,7 +227,6 @@
5 )
6 AC_CHECK_HEADERS( \
7 string \
8 - iomanip.h \
9 ,,AC_MSG_ERROR([Missing a vital header file for id3lib])
10 )