wok-next annotate 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
rev   line source
al@20357 1 We don't actually need iomanip.h
al@20357 2 --- a/configure.in
al@20357 3 +++ b/configure.in
al@20357 4 @@ -227,7 +227,6 @@
al@20357 5 )
al@20357 6 AC_CHECK_HEADERS( \
al@20357 7 string \
al@20357 8 - iomanip.h \
al@20357 9 ,,AC_MSG_ERROR([Missing a vital header file for id3lib])
al@20357 10 )
al@20357 11