Oops. Add ending quotes to CFLAGS value.
This commit is contained in:
parent
42fbaad1e8
commit
98a430bcbe
|
@ -757,9 +757,9 @@ echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
|
||||||
if test "$ac_test_CFLAGS" = set; then
|
if test "$ac_test_CFLAGS" = set; then
|
||||||
CFLAGS="$ac_save_CFLAGS"
|
CFLAGS="$ac_save_CFLAGS"
|
||||||
elif test $ac_cv_prog_cc_g = yes; then
|
elif test $ac_cv_prog_cc_g = yes; then
|
||||||
CFLAGS="-g -O2
|
CFLAGS="-g -O2"
|
||||||
else
|
else
|
||||||
CFLAGS="-O2
|
CFLAGS="-O2"
|
||||||
fi
|
fi
|
||||||
if test "$ac_test_CXXFLAGS" != set; then
|
if test "$ac_test_CXXFLAGS" != set; then
|
||||||
CXXFLAGS='$(CFLAGS)'
|
CXXFLAGS='$(CFLAGS)'
|
||||||
|
|
|
@ -47,9 +47,9 @@ dnl normal versions of a library), tasteless as that idea is.
|
||||||
if test "$ac_test_CFLAGS" = set; then
|
if test "$ac_test_CFLAGS" = set; then
|
||||||
CFLAGS="$ac_save_CFLAGS"
|
CFLAGS="$ac_save_CFLAGS"
|
||||||
elif test $ac_cv_prog_cc_g = yes; then
|
elif test $ac_cv_prog_cc_g = yes; then
|
||||||
CFLAGS="-g -O2
|
CFLAGS="-g -O2"
|
||||||
else
|
else
|
||||||
CFLAGS="-O2
|
CFLAGS="-O2"
|
||||||
fi
|
fi
|
||||||
if test "$ac_test_CXXFLAGS" != set; then
|
if test "$ac_test_CXXFLAGS" != set; then
|
||||||
CXXFLAGS='$(CFLAGS)'
|
CXXFLAGS='$(CFLAGS)'
|
||||||
|
|
Loading…
Reference in New Issue