View | Details | Raw Unified | Return to bug 39317
Collapse All | Expand All

(-)configure Fri Jun 14 17:16:02 2002 (-1 / +1 lines)
Lines 1011-1017 Link Here
1011
1011
1012
echo $ac_n "checking compiler flags""... $ac_c" 1>&6
1012
echo $ac_n "checking compiler flags""... $ac_c" 1>&6
1013
if test "$optimize" = "yes" ; then
1013
if test "$optimize" = "yes" ; then
1014
CFLAGS=`echo $CFLAGS | sed 's/-g//g'`
1014
CFLAGS=`echo $CFLAGS | sed -E 's/(-g?[0-9]|-g)//g'`
1015
case $CFLAGS in
1015
case $CFLAGS in
1016
	*"-O"*)
1016
	*"-O"*)
1017
		;;
1017
		;;
(-)configure.in Fri Jun 14 17:16:22 2002 (-1 / +1 lines)
Lines 81-87 Link Here
81
81
82
AC_MSG_CHECKING([compiler flags])
82
AC_MSG_CHECKING([compiler flags])
83
if test "$optimize" = "yes" ; then
83
if test "$optimize" = "yes" ; then
84
CFLAGS=`echo $CFLAGS | sed 's/-g//g'`
84
CFLAGS=`echo $CFLAGS | sed -E 's/(-g?[0-9]|-g)//g'`
85
case $CFLAGS in
85
case $CFLAGS in
86
	*"-O"*)
86
	*"-O"*)
87
		;;
87
		;;

Return to bug 39317