[Scummvm-cvs-logs] CVS: scummvm configure,1.133,1.134

Max Horn fingolfin at users.sourceforge.net
Tue Nov 8 14:40:58 CET 2005


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18703

Modified Files:
	configure 
Log Message:
Patch #1342957 (touchup configure output/debug)

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- configure	26 Oct 2005 17:39:23 -0000	1.133
+++ configure	8 Nov 2005 22:40:10 -0000	1.134
@@ -314,11 +314,11 @@
   --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 @@
   --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 @@
       --backend=*)
         _backend=`echo $ac_option | cut -d '=' -f 2`
         ;;
+      --enable-debug)
+        # debug is enabled by default
+        ;;
       --disable-debug)
         DEBFLAGS=""
         ;;





More information about the Scummvm-git-logs mailing list