Lines Matching refs:enable
26 For features that you can't enable/disable in another way, you can edit the
71 "CONF_OPT_PYTHON3 = --enable-python3interp"
112 CFLAGS=-DCOMPILER_FLAG ./configure --enable-gui=motif
133 --enable-gui=gtk or: gtk2, motif, athena or auto
142 --enable-gui defaults to "auto", so it will automatically look for a GUI (in
147 --enable-{gtk,gtk2,kde,motif,athena}-check all default to "yes", such that if
148 --enable-gui is "auto" (which it is by default), GTK, Motif, and Athena will
152 For example, if --enable-gui is set to "auto", but you don't want it look for
157 --enable-gui={gtk,gtk2,kde,motif,athena}. So if you wanted to only use Motif,
158 then you'd specify --enable-gui=motif. Once you specify what you want, the
159 --enable-{gtk,gtk2,kde,motif,athena}-check options are ignored.