diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-28 17:29:32 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-28 17:29:32 +0000 |
commit | 797ee6a6c75d2ee7d2b0d9606d83e5721535feaa (patch) | |
tree | 70958108c70558f42658913b45f6d657ef9d6b63 /configure | |
parent | 49561f992e74b9ec1417707e36e73ca61ed33246 (diff) | |
download | ffmpeg-797ee6a6c75d2ee7d2b0d9606d83e5721535feaa.tar.gz |
simplify condition
Originally committed as revision 7751 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |