comparison 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
comparison
equal deleted inserted replaced
4488:6b0000935adc 4496:772c80e0e180
688 [XE_COMPLEX_OPTION_HELP_STRING([--with-xft], 688 [XE_COMPLEX_OPTION_HELP_STRING([--with-xft],
689 [Xft client-side font rendering and anti-aliasing], 689 [Xft client-side font rendering and anti-aliasing],
690 [Xft], 690 [Xft],
691 [`emacs' (buffers), `menubars', `tabs', and `gauges'], 691 [`emacs' (buffers), `menubars', `tabs', and `gauges'],
692 [X11, Xft, Xrender, freetype, and fontconfig], 692 [X11, Xft, Xrender, freetype, and fontconfig],
693 [`noemacs, nomenubars, notabs, nogauges'])], 693 [`noemacs, nomenubars, notabs, nogauges'.
694 [],[], 694 The default when selected is `emacs, nomenubars, notabs, nogauges'])],
695 [XE_COMPLEX_OPTION([emacs],[no]), 695 [],[with_xft_emacs=no],
696 [XE_COMPLEX_OPTION([emacs],[yes]),
696 XE_COMPLEX_OPTION([menubars],[no]), 697 XE_COMPLEX_OPTION([menubars],[no]),
697 XE_COMPLEX_OPTION([tabs],[no]), 698 XE_COMPLEX_OPTION([tabs],[no]),
698 XE_COMPLEX_OPTION([gauges],[no])]) 699 XE_COMPLEX_OPTION([gauges],[no])])
699 XE_MERGED_ARG([gtk], 700 XE_MERGED_ARG([gtk],
700 AS_HELP_STRING([--with-gtk],[Support GTK on the X Window System. (EXPERIMENTAL)]), 701 AS_HELP_STRING([--with-gtk],[Support GTK on the X Window System. (EXPERIMENTAL)]),