1 configure.in is written poorly so it just stomps all over CFLAGS
6 RANLIB="$ac_cv_prog_RANLIB"
9 -CFLAGS="-DSEPARATOR=\"'/'\""
10 +CFLAGS="$CFLAGS -DSEPARATOR=\"'/'\""
12 # Check whether --enable-warn or --disable-warn was given.
13 if test "${enable_warn+set}" = set; then
14 @@ -2852,10 +2852,6 @@
18 -if test "x$enable_optimize" ; then
19 - CFLAGS="$CFLAGS -O$enable_optimize"
20 - CXXFLAGS="$CXXFLAGS -O$enable_optimize"
23 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
24 if test "${with_sdl_prefix+set}" = set; then