[cig-commits] commit: Oops accidentally removed --with-experimental from SConfigure.

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


changeset:   195:03c09d1ad790
user:        JericoRevote
date:        Fri Nov 27 14:32:40 2009 +1100
files:       SConfigure
description:
Oops accidentally removed --with-experimental from SConfigure.
Putting it back now.


diff -r fc3dd7d515f5 -r 03c09d1ad790 SConfigure
--- a/SConfigure	Fri Nov 27 14:22:02 2009 +1100
+++ b/SConfigure	Fri Nov 27 14:32:40 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