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

Up libproxy (0.4.15) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 24 23:28:51 2017 +0100 (2017-11-24)
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 )