OSDN Git Service

simplify condition
authorDiego Biurrun <diego@biurrun.de>
Sun, 28 Jan 2007 17:29:32 +0000 (17:29 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 28 Jan 2007 17:29:32 +0000 (17:29 +0000)
Originally committed as revision 7751 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 311049d..e9ae08d 100755 (executable)
--- 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