diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-25 21:38:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-25 21:38:11 +0000 |
commit | 0cb78cef4fd358503d3877626fb732f73f5c9657 (patch) | |
tree | 401b4df68a26795733b3627a4d6082feb7abebf1 /configure | |
parent | 8eee7025e1a53eef41fbdf342b906d1a75fa3549 (diff) | |
download | ffmpeg-0cb78cef4fd358503d3877626fb732f73f5c9657.tar.gz |
10l: Use double, not single, quotes when variables need to be expanded.
Originally committed as revision 8129 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -584,7 +584,7 @@ THREADS_LIST=' w32threads ' -HAVE_LIST=' +HAVE_LIST=" $THREADS_LIST altivec altivec_h @@ -621,7 +621,7 @@ HAVE_LIST=' sys_poll_h sys_soundcard_h threads -' +" TARGET_LIST=' altivec |