$NetBSD: patch-aq,v 1.3 2013/04/29 21:13:30 joerg Exp $

make gcc-4.3 compliant
http://id3lib.cvs.sourceforge.net/viewvc/id3lib/id3lib-devel/configure?r1=1.78&r2=1.79

--- configure.orig	2003-03-02 00:23:00.000000000 +0000
+++ configure
@@ -10296,7 +10296,7 @@ done
 
 for ac_header in \
   string                        \
-  iomanip.h                     \
+  iomanip                       \
 
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
@@ -10440,7 +10440,7 @@ else
   cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 #include "confdefs.h"
-main() { bool b1=true; bool b2=false; }
+int main() { bool b1=true; bool b2=false; }
 _ACEOF
 rm -f conftest$ac_exeext
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
@@ -10475,7 +10475,6 @@ echo $ECHO_N "checking whether C++ has c
   cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 #include "confdefs.h"
-#include <iostream.h>
 #ifdef F77_DUMMY_MAIN
 #  ifdef __cplusplus
      extern "C"
