Description: fix configure unsetting -g in *FLAGS
Author: Roberto Lumbreras <rover@debian.org>

Index: iperf-2.0.9+dfsg1/configure
===================================================================
--- iperf-2.0.9+dfsg1.orig/configure	2016-07-15 13:45:11.358232169 +0200
+++ iperf-2.0.9+dfsg1/configure	2016-07-15 13:45:11.354231860 +0200
@@ -3928,7 +3928,6 @@
 fi
 
 
-CXXFLAGS=`echo " $CXXFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -4596,7 +4595,6 @@
 fi
 
 
-CFLAGS=`echo " $CFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
 $as_echo_n "checking for library containing strerror... " >&6; }
