aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2005-11-08 22:40:10 +0000
committerMax Horn2005-11-08 22:40:10 +0000
commitba4b02975af6c582e3aefcad2c7641403ade0e6d (patch)
tree267e6cfdebd9e379ecbb1aa4ea1deb95470f2c53
parenteef4e5caec08f8f25d3c7a7dfe81449b841c0168 (diff)
downloadscummvm-rg350-ba4b02975af6c582e3aefcad2c7641403ade0e6d.tar.gz
scummvm-rg350-ba4b02975af6c582e3aefcad2c7641403ade0e6d.tar.bz2
scummvm-rg350-ba4b02975af6c582e3aefcad2c7641403ade0e6d.zip
Patch #1342957 (touchup configure output/debug)
svn-id: r19523
-rwxr-xr-xconfigure19
1 files changed, 11 insertions, 8 deletions
diff --git a/configure b/configure
index 1f76e4e99d..7c2121aa5b 100755
--- a/configure
+++ b/configure
@@ -314,11 +314,11 @@ Optional Libraries:
--disable-vorbis disable Ogg Vorbis support [autodetect]
--with-tremor-prefix=DIR Prefix where tremor is installed (optional)
- --disable-tremor disable tremor support [autodetect]
+ --disable-tremor disable tremor support [autodetect]
--with-mad-prefix=DIR Prefix where libmad is installed (optional)
--disable-mad disable libmad (MP3) support [autodetect]
-
+
--with-flac-prefix=DIR Prefix where libFLAC is installed (optional)
--disable-flac disable FLAC support [autodetect]
@@ -337,12 +337,12 @@ Optional Libraries:
--disable-nasm disable assembly language optimizations [autodetect]
Some influential environment variables:
- LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
- nonstandard directory <lib dir>
- CXX C++ compiler command
- CXXFLAGS C++ compiler flags
- CPPFLAGS C++ preprocessor flags, e.g. -I<include dir> if you have
- headers in a nonstandard directory <include dir>
+ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
+ nonstandard directory <lib dir>
+ CXX C++ compiler command
+ CXXFLAGS C++ compiler flags
+ CPPFLAGS C++ preprocessor flags, e.g. -I<include dir> if you have
+ headers in a nonstandard directory <include dir>
EOF
exit 0
@@ -432,6 +432,9 @@ for ac_option in $@; do
--backend=*)
_backend=`echo $ac_option | cut -d '=' -f 2`
;;
+ --enable-debug)
+ # debug is enabled by default
+ ;;
--disable-debug)
DEBFLAGS=""
;;