summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-07-24 15:41:16 +0000
committerDiego Biurrun <diego@biurrun.de>2006-07-24 15:41:16 +0000
commitd4b0cca737e9bd1a15765047ec1ccacbd7eacfa6 (patch)
tree9a28e8bd997a8186cbb8ea9ee7714a00d61d5808 /configure
parent8422aa888bdc85767de777a3a555a351176ca769 (diff)
10l: wrong quoting
Originally committed as revision 5823 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 22a6f6d116..dd48d8c644 100755
--- a/configure
+++ b/configure
@@ -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