10l: wrong quoting
Originally committed as revision 5823 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8422aa888b
commit
d4b0cca737
2
configure
vendored
2
configure
vendored
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user