Branch oldpackages for 14.07
[14.07/packages.git] / libs / id3lib / patches / 120-fix-configure-remove-check-for-iomanip_h.patch
1 diff --git a/configure b/configure
2 index 37b66f3..723ca1e 100755
3 --- a/configure
4 +++ b/configure
5 @@ -10296,7 +10296,6 @@ done
6  
7  for ac_header in \
8    string                        \
9 -  iomanip.h                     \
10  
11  do
12  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13 diff --git a/configure.in b/configure.in
14 index c857735..abfe4cd 100644
15 --- a/configure.in
16 +++ b/configure.in
17 @@ -227,7 +227,6 @@ AC_CHECK_HEADERS(fstream iostream iomanip vector \
18  )
19  AC_CHECK_HEADERS(               \
20    string                        \
21 -  iomanip.h                     \
22    ,,AC_MSG_ERROR([Missing a vital header file for id3lib])
23  )
24