[cig-commits] commit: Adding --with-experimental into SConfigure.

Mercurial hg at geodynamics.org
Mon Feb 1 15:29:47 PST 2010


changeset:   192:f498e50e628b
user:        JericoRevote
date:        Thu Nov 26 12:40:35 2009 +1100
files:       SConfigure
description:
Adding --with-experimental into SConfigure.


diff -r 74da05cfcccf -r f498e50e628b SConfigure
--- a/SConfigure	Wed Nov 25 15:19:11 2009 +1100
+++ b/SConfigure	Thu Nov 26 12:40:35 2009 +1100
@@ -13,6 +13,7 @@ options = [
     ('--cc', 'CC', 'C compiler', None),
     ('--cflags', 'CFLAGS', 'Flags for the C compiler', None),
     ('--with-glucifer', 'with_glucifer', 'Enable gLucifer', 1, 'int'),
+    ('--with-experimental', 'with_experimental', 'Download Experimental Repository', 0, 'int'),
     ('--with-osmesa', 'with_osmesa', 'Enable OSMesa output', 1, 'int'),
     ('--with-sdl', 'with_sdl', 'Enable SDL output', 1, 'int'),
     ('--with-x11', 'with_x11', 'Enable X11 output', 1, 'int'),



More information about the CIG-COMMITS mailing list