Do not suppress spaces both before and after -g.

git-svn-id: http://voip.null.ro/svn/yate@5885 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2014-07-28 09:35:35 +00:00
parent ada481cd34
commit f32f9c7cdd
1 changed files with 1 additions and 1 deletions

View File

@ -1585,7 +1585,7 @@ AC_SUBST(INSTALL_L)
INSTALL_D="install -D"
CFLAGS=`echo "$CFLAGS" | sed 's/\(^\| \+\)-g[[0-9]]* *//' | sed 's/[[[:space:]]]\{2,\}/ /g'`
CFLAGS=`echo "$CFLAGS" | sed 's/\(^\| \+\)-g[[0-9]]*//' | sed 's/[[[:space:]]]\{2,\}/ /g'`
MODULE_CFLAGS="-fno-exceptions -fPIC $HAVE_GCC_FORMAT_CHECK $HAVE_BLOCK_RETURN"
MODULE_CPPFLAGS="-fno-check-new $RTTI_OPT $MODULE_CFLAGS"
MODULE_LDRELAX="-export-dynamic -shared"