Changeset 548
- Timestamp:
- 09/12/07 12:03:34 (1 year ago)
- Files:
-
- trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r469 r548 16 16 AC_PROG_CC 17 17 18 test "$GCC" = "yes" && CFLAGS="$CFLAGS - Wall -pipe -g -fno-strength-reduce"18 test "$GCC" = "yes" && CFLAGS="$CFLAGS -fno-strength-reduce -Wall" 19 19 20 20 dnl Checks for various programs … … 245 245 echo "- SDL Disabled" 246 246 fi 247 248 echo 249 250 if test "$enable_sdl_mixer" = "yes"; then 251 if test "$found_sdl_mixer" = "no"; then 252 echo "- SDL sound No; missing libraries" 253 else 254 echo "- SDL sound Yes" 255 fi 256 else 257 echo "- SDL sound Disabled" 258 fi
