Mercurial > hg > xemacs-beta
diff configure.ac @ 4496:772c80e0e180
with-xft defaults to xft being used with a default setting.
If with-xft is not set it is equal to calling configure with-xft=no
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Sun, 03 Aug 2008 22:00:52 +0200 |
parents | 86283c809984 |
children | f863b2ee146f |
line wrap: on
line diff
--- a/configure.ac Sat Jul 26 13:50:27 2008 +0300 +++ b/configure.ac Sun Aug 03 22:00:52 2008 +0200 @@ -690,9 +690,10 @@ [Xft], [`emacs' (buffers), `menubars', `tabs', and `gauges'], [X11, Xft, Xrender, freetype, and fontconfig], - [`noemacs, nomenubars, notabs, nogauges'])], - [],[], - [XE_COMPLEX_OPTION([emacs],[no]), + [`noemacs, nomenubars, notabs, nogauges'. + The default when selected is `emacs, nomenubars, notabs, nogauges'])], + [],[with_xft_emacs=no], + [XE_COMPLEX_OPTION([emacs],[yes]), XE_COMPLEX_OPTION([menubars],[no]), XE_COMPLEX_OPTION([tabs],[no]), XE_COMPLEX_OPTION([gauges],[no])])