aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-01-28 17:29:32 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-28 17:29:32 +0000
commit797ee6a6c75d2ee7d2b0d9606d83e5721535feaa (patch)
tree70958108c70558f42658913b45f6d657ef9d6b63 /configure
parent49561f992e74b9ec1417707e36e73ca61ed33246 (diff)
downloadffmpeg-797ee6a6c75d2ee7d2b0d9606d83e5721535feaa.tar.gz
simplify condition
Originally committed as revision 7751 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 311049dac4..e9ae08d873 100755
--- a/configure
+++ b/configure
@@ -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