Simplify quoting.
authorDiego Biurrun <diego@biurrun.de>
Mon, 5 Feb 2007 13:58:36 +0000 (13:58 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 5 Feb 2007 13:58:36 +0000 (13:58 +0000)
Originally committed as revision 7823 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index b2634c8..bb1c4d3 100755 (executable)
--- a/configure
+++ b/configure
@@ -1920,7 +1920,7 @@ echo "Creating config.mak and config.h..."
 
 echo "# Automatically generated by configure - do not modify!" > config.mak
 echo "/* Automatically generated by configure - do not modify! */" > $TMPH
-echo "#define FFMPEG_CONFIGURATION "'"'"$FFMPEG_CONFIGURATION"'"' >> $TMPH
+echo "#define FFMPEG_CONFIGURATION \"$FFMPEG_CONFIGURATION\"" >> $TMPH
 
 echo "PREFIX=$PREFIX" >> config.mak
 echo "prefix=\$(DESTDIR)\${PREFIX}" >> config.mak