Commit 7aa6640a authored by diego's avatar diego

simplify condition


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7751 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 66530109
......@@ -1535,7 +1535,7 @@ fi
check_header malloc.h
check_func memalign
if disabled_all memalign memalign_hack && enabled_all need_memalign ; then
if disabled_all memalign memalign_hack && enabled need_memalign ; 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