Oops. Add ending quotes to CFLAGS value.

This commit is contained in:
Earnie Boyd 2003-05-06 13:35:20 +00:00
parent 42fbaad1e8
commit 98a430bcbe
2 changed files with 4 additions and 4 deletions

View File

@ -757,9 +757,9 @@ echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
if test "$ac_test_CFLAGS" = set; then
CFLAGS="$ac_save_CFLAGS"
elif test $ac_cv_prog_cc_g = yes; then
CFLAGS="-g -O2
CFLAGS="-g -O2"
else
CFLAGS="-O2
CFLAGS="-O2"
fi
if test "$ac_test_CXXFLAGS" != set; then
CXXFLAGS='$(CFLAGS)'

View File

@ -47,9 +47,9 @@ dnl normal versions of a library), tasteless as that idea is.
if test "$ac_test_CFLAGS" = set; then
CFLAGS="$ac_save_CFLAGS"
elif test $ac_cv_prog_cc_g = yes; then
CFLAGS="-g -O2
CFLAGS="-g -O2"
else
CFLAGS="-O2
CFLAGS="-O2"
fi
if test "$ac_test_CXXFLAGS" != set; then
CXXFLAGS='$(CFLAGS)'