Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4960:45b6288416e3 | 4961:b90f8cf474e0 |
---|---|
20867 echo " Re-run configure with --with-menubars='lucid'." ;; | 20867 echo " Re-run configure with --with-menubars='lucid'." ;; |
20868 msw ) echo " Using MS-Windows menubars." ;; | 20868 msw ) echo " Using MS-Windows menubars." ;; |
20869 esac | 20869 esac |
20870 if test "$with_xft_menubars" = "yes"; then | 20870 if test "$with_xft_menubars" = "yes"; then |
20871 echo " - Using Xft to render antialiased fonts in menubars." | 20871 echo " - Using Xft to render antialiased fonts in menubars." |
20872 echo " WARNING: This feature will be replaced with a face." | 20872 echo " WARNING: This Xft feature will be replaced with a face." |
20873 fi | 20873 fi |
20874 case "$with_scrollbars" in | 20874 case "$with_scrollbars" in |
20875 gtk ) echo " Using GTK scrollbars." ;; | 20875 gtk ) echo " Using GTK scrollbars." ;; |
20876 lucid ) echo " Using Lucid scrollbars." ;; | 20876 lucid ) echo " Using Lucid scrollbars." ;; |
20877 motif ) echo " Using Motif scrollbars." ;; | 20877 motif ) echo " Using Motif scrollbars." ;; |
20896 athena ) echo " Using Athena native widgets." ;; | 20896 athena ) echo " Using Athena native widgets." ;; |
20897 msw ) echo " Using MS-Windows native widgets." ;; | 20897 msw ) echo " Using MS-Windows native widgets." ;; |
20898 esac | 20898 esac |
20899 if test "$with_xft_tabs" = "yes"; then | 20899 if test "$with_xft_tabs" = "yes"; then |
20900 echo " - Using Xft to render antialiased fonts in tab controls." | 20900 echo " - Using Xft to render antialiased fonts in tab controls." |
20901 echo " WARNING: This feature will be replaced with a face." | 20901 echo " WARNING: This Xft feature will be replaced with a face." |
20902 fi | 20902 fi |
20903 if test "$with_xft_gauges" = "yes"; then | 20903 if test "$with_xft_gauges" = "yes"; then |
20904 echo " - Using Xft to render antialiased fonts in progress bars." | 20904 echo " - Using Xft to render antialiased fonts in progress bars." |
20905 echo " WARNING: This feature will be replaced with a face." | 20905 echo " WARNING: This Xft feature will be replaced with a face." |
20906 echo " WARNING: This feature not yet implemented; setting ignored." | 20906 echo " WARNING: This Xft feature not yet implemented; setting ignored." |
20907 fi | 20907 fi |
20908 if test "$with_dragndrop" = yes; then | 20908 if test "$with_dragndrop" = yes; then |
20909 echo " Compiling in support for Drag'n'Drop (EXPERIMENTAL)." | 20909 echo " Compiling in support for Drag'n'Drop (EXPERIMENTAL)." |
20910 echo " - Drag'n'Drop prototype: $dragndrop_proto." | 20910 echo " - Drag'n'Drop prototype: $dragndrop_proto." |
20911 fi | 20911 fi |