From f43f55bb86c9ce9839af773e155d467e46a1ed40 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Wed, 17 Jul 2013 23:16:40 -0400 Subject: [PATCH] build: Derive unknown VMA bits. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index aca92c5..7d0f0a6 100755 --- a/configure +++ b/configure @@ -402,6 +402,7 @@ esac assert "$PLATFORM" "$PLATFORM" "unsupported" printf "Detecting VMA bits..............." +VMA="unknown" if test "$VMA_BITS" = "unknown"; then if test "$PLATFORM" = "x86" || test $PLATFORM = "x86_64"; then case $SYSTEM in