summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-05 13:58:36 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-05 13:58:36 +0000
commit0fd12426bbd9fbfe6d4755e9b5cce446875cf661 (patch)
treeac3d4ef6312cff30c0c7b50dfaabfab21f8e07b2 /configure
parent8274e4224ad5e05781a60b185f747f45830c7e8a (diff)
Simplify quoting.
Originally committed as revision 7823 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b2634c8514..bb1c4d3d0e 100755
--- 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