Mercurial > hg > xemacs-beta
diff configure @ 4961:b90f8cf474e0
Change Xft warning in configure.ac to make filtering it more safe
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 31 Jan 2010 21:11:44 -0600 |
parents | 6af9b2e79451 |
children | cbe181529c34 |
line wrap: on
line diff
--- a/configure Fri Jan 29 23:38:50 2010 -0600 +++ b/configure Sun Jan 31 21:11:44 2010 -0600 @@ -20869,7 +20869,7 @@ esac if test "$with_xft_menubars" = "yes"; then echo " - Using Xft to render antialiased fonts in menubars." - echo " WARNING: This feature will be replaced with a face." + echo " WARNING: This Xft feature will be replaced with a face." fi case "$with_scrollbars" in gtk ) echo " Using GTK scrollbars." ;; @@ -20898,12 +20898,12 @@ esac if test "$with_xft_tabs" = "yes"; then echo " - Using Xft to render antialiased fonts in tab controls." - echo " WARNING: This feature will be replaced with a face." + echo " WARNING: This Xft feature will be replaced with a face." fi 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." + echo " WARNING: This Xft feature will be replaced with a face." + echo " WARNING: This Xft feature not yet implemented; setting ignored." fi if test "$with_dragndrop" = yes; then echo " Compiling in support for Drag'n'Drop (EXPERIMENTAL)."