From 0cb78cef4fd358503d3877626fb732f73f5c9657 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 25 Feb 2007 21:38:11 +0000 Subject: [PATCH] 10l: Use double, not single, quotes when variables need to be expanded. Originally committed as revision 8129 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ce84ca8990..876c585a69 100755 --- a/configure +++ b/configure @@ -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 -- GitLab