Commit fcd272e5 authored by diego's avatar diego

10l: wrong quoting


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5823 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4e7f07c7
......@@ -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
......
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