Skip to content
Snippets Groups Projects
Commit d4b0cca7 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

10l: wrong quoting

Originally committed as revision 5823 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8422aa88
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment