From 797ee6a6c75d2ee7d2b0d9606d83e5721535feaa Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 28 Jan 2007 17:29:32 +0000 Subject: [PATCH] simplify condition Originally committed as revision 7751 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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