diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-05 13:58:36 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-05 13:58:36 +0000 |
commit | 0fd12426bbd9fbfe6d4755e9b5cce446875cf661 (patch) | |
tree | ac3d4ef6312cff30c0c7b50dfaabfab21f8e07b2 /configure | |
parent | 8274e4224ad5e05781a60b185f747f45830c7e8a (diff) | |
download | ffmpeg-0fd12426bbd9fbfe6d4755e9b5cce446875cf661.tar.gz |
Simplify quoting.
Originally committed as revision 7823 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |