Mercurial > hg > xemacs-beta
diff configure @ 4497:f863b2ee146f
Rename xft_gauge to xft_gauges.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Sun, 03 Aug 2008 23:21:31 +0200 |
parents | 772c80e0e180 |
children | 0ed907d0f1e9 |
line wrap: on
line diff
--- a/configure Sun Aug 03 22:00:52 2008 +0200 +++ b/configure Sun Aug 03 23:21:31 2008 +0200 @@ -27333,11 +27333,11 @@ with_xft_tabs="no" fi fi -if test "$with_xft_gauge" != "no" ; then +if test "$with_xft_gauges" != "no" ; then if test "$with_xft_emacs" = "yes" -a "$enable_widgets" != "no" ; then - with_xft_gauge="yes" - else - with_xft_gauge="no" + with_xft_gauges="yes" + else + with_xft_gauges="no" fi fi @@ -27529,8 +27529,8 @@ #define USE_XFT_TABS 1 _ACEOF -test "$with_xft_gauge" = "yes" && cat >>confdefs.h <<\_ACEOF -#define USE_XFT_GAUGE 1 +test "$with_xft_gauges" = "yes" && cat >>confdefs.h <<\_ACEOF +#define USE_XFT_GAUGES 1 _ACEOF @@ -39583,7 +39583,7 @@ echo " - Using Xft to render antialiased fonts in tab controls." echo " WARNING: This feature will be replaced with a face." fi -if test "$with_xft_gauge" = "yes"; then +if test "$with_xft_gauges" = "yes"; then echo " - Using Xft to render antialiased fonts in progress bars." echo " WARNING: This feature will be replaced with a face." echo " WARNING: This feature not yet implemented; setting ignored."