100l: Add missing quotes to FFLDFLAGS in the MinGW section.
authorDiego Biurrun <diego@biurrun.de>
Mon, 10 Jul 2006 01:32:10 +0000 (01:32 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 10 Jul 2006 01:32:10 +0000 (01:32 +0000)
Originally committed as revision 5704 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index d80c0e4..2717237 100755 (executable)
--- a/configure
+++ b/configure
@@ -869,7 +869,7 @@ EOF
         protocols="no"
     fi
     #FIXME: This ignores --extra-ldflags.
-    FFLDFLAGS=-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a)
+    FFLDFLAGS='-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a)'
     SLIBPREF=""
     SLIBSUF=".dll"
     EXESUF=".exe"