Description: fix configure.ac
 fix configure deleting -g flag from *FLAGS
Author: Roberto Lumbreras

Index: iperf-2.0.14a/configure.ac
===================================================================
--- iperf-2.0.14a.orig/configure.ac	2020-10-04 13:59:31.039494165 +0200
+++ iperf-2.0.14a/configure.ac	2020-10-04 13:59:31.039494165 +0200
@@ -77,9 +77,7 @@
 dnl ===================================================================
 
 AC_PROG_CXX
-CXXFLAGS=`echo " $CXXFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
 AC_PROG_CC
-CFLAGS=`echo " $CFLAGS " | sed -e "s/ -g / /"` # do not want it implicitly
 AC_ISC_POSIX
 AC_PROG_INSTALL
 AC_PROG_MAKE_SET
