Commit d4b0cca7 authored by Diego Biurrun's avatar Diego Biurrun

10l: wrong quoting

Originally committed as revision 5823 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8422aa88
...@@ -1241,7 +1241,7 @@ if check_header malloc.h; then ...@@ -1241,7 +1241,7 @@ if check_header malloc.h; then
fi fi
if test "$_memalign" = "no" -a "$mmx" = "yes" -a \ 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." die "Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment