[FFmpeg-cvslog] r16757 - trunk/configure

diego subversion
Sat Jan 24 18:49:01 CET 2009


Author: diego
Date: Sat Jan 24 18:49:01 2009
New Revision: 16757

Log:
Use cc_default variable in help output for --cc option.
The cc variable is not yet initialized when the help output is printed.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Jan 24 18:44:46 2009	(r16756)
+++ trunk/configure	Sat Jan 24 18:49:01 2009	(r16757)
@@ -123,7 +123,7 @@ show_help(){
   echo "  --target-exec=CMD        command to run executables on target"
   echo "  --target-path=DIR        path to view of build directory on target"
   echo "  --nm=NM                  use nm tool"
-  echo "  --cc=CC                  use C compiler CC [$cc]"
+  echo "  --cc=CC                  use C compiler CC [$cc_default]"
   echo "  --host-cc=HOSTCC         use host C compiler HOSTCC"
   echo "  --host-cflags=HCFLAGS    use HCFLAGS when compiling for host"
   echo "  --host-ldflags=HLDFLAGS  use HLDFLAGS when linking for host"




More information about the ffmpeg-cvslog mailing list