From 685017f282e0eeec177ebd488e44dca81b6885a5 Mon Sep 17 00:00:00 2001
From: Alain Linden <alain@lindenlab.com>
Date: Mon, 24 Jan 2011 09:12:18 -0800
Subject: [PATCH] no configure option seems to break something; try without it.

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index fb46258f467..3a71cebc514 100755
--- a/build.sh
+++ b/build.sh
@@ -61,7 +61,7 @@ build()
   if $build_viewer
   then
     begin_section "Viewer$variant"
-    if "$AUTOBUILD" build -c $variant --no-configure
+    if "$AUTOBUILD" build -c $variant
     then
       echo true >"$build_dir"/build_ok
     else
-- 
GitLab