10l: wrong quoting
authorDiego Biurrun <diego@biurrun.de>
Mon, 24 Jul 2006 15:41:16 +0000 (15:41 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 24 Jul 2006 15:41:16 +0000 (15:41 +0000)
Originally committed as revision 5823 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 22a6f6d..dd48d8c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1241,7 +1241,7 @@ if check_header malloc.h; then
 fi
 
 if test "$_memalign" = "no" -a "$mmx" = "yes" -a \
-        "$memalignhack" != "yes" -a "$targetos != Darwin" ; then
+        "$memalignhack" != "yes" -a "$targetos" != "Darwin" ; then
     die "Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
 fi