summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-02-12 22:56:12 +0000
committerDiego Biurrun <diego@biurrun.de>2006-02-12 22:56:12 +0000
commit64018fd015643e7ea476f465ddf539cc9a1d3163 (patch)
tree58cd014df65cc34cb604d043c5acaa9bf54b6c44 /configure
parent84fe996379c2aeb15c188433e518983a22eb46f3 (diff)
Do not add quotes around SRC_PATH, the quoting has to be done at a later
stage else the quotes may appear in the middle of a path if it is constructed with SRC_PATH. Originally committed as revision 5010 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 cd7645ad1d..63e41502fb 100755
--- a/configure
+++ b/configure
@@ -1892,7 +1892,7 @@ if test "$source_path_used" = "yes" ; then
done
echo "SRC_PATH=$source_path" >> config.mak
else
- echo "SRC_PATH='$source_path'" >> config.mak
+ echo "SRC_PATH=$source_path" >> config.mak
fi
if test "$amr_wb" = "yes" ; then