summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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