comparison configure.ac @ 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
5679 echo " Re-run configure with --with-menubars='lucid'." ;; 5679 echo " Re-run configure with --with-menubars='lucid'." ;;
5680 msw ) echo " Using MS-Windows menubars." ;; 5680 msw ) echo " Using MS-Windows menubars." ;;
5681 esac 5681 esac
5682 if test "$with_xft_menubars" = "yes"; then 5682 if test "$with_xft_menubars" = "yes"; then
5683 echo " - Using Xft to render antialiased fonts in menubars." 5683 echo " - Using Xft to render antialiased fonts in menubars."
5684 echo " WARNING: This feature will be replaced with a face." 5684 echo " WARNING: This Xft feature will be replaced with a face."
5685 fi 5685 fi
5686 case "$with_scrollbars" in 5686 case "$with_scrollbars" in
5687 gtk ) echo " Using GTK scrollbars." ;; 5687 gtk ) echo " Using GTK scrollbars." ;;
5688 lucid ) echo " Using Lucid scrollbars." ;; 5688 lucid ) echo " Using Lucid scrollbars." ;;
5689 motif ) echo " Using Motif scrollbars." ;; 5689 motif ) echo " Using Motif scrollbars." ;;
5708 athena ) echo " Using Athena native widgets." ;; 5708 athena ) echo " Using Athena native widgets." ;;
5709 msw ) echo " Using MS-Windows native widgets." ;; 5709 msw ) echo " Using MS-Windows native widgets." ;;
5710 esac 5710 esac
5711 if test "$with_xft_tabs" = "yes"; then 5711 if test "$with_xft_tabs" = "yes"; then
5712 echo " - Using Xft to render antialiased fonts in tab controls." 5712 echo " - Using Xft to render antialiased fonts in tab controls."
5713 echo " WARNING: This feature will be replaced with a face." 5713 echo " WARNING: This Xft feature will be replaced with a face."
5714 fi 5714 fi
5715 if test "$with_xft_gauges" = "yes"; then 5715 if test "$with_xft_gauges" = "yes"; then
5716 echo " - Using Xft to render antialiased fonts in progress bars." 5716 echo " - Using Xft to render antialiased fonts in progress bars."
5717 echo " WARNING: This feature will be replaced with a face." 5717 echo " WARNING: This Xft feature will be replaced with a face."
5718 echo " WARNING: This feature not yet implemented; setting ignored." 5718 echo " WARNING: This Xft feature not yet implemented; setting ignored."
5719 fi 5719 fi
5720 if test "$with_dragndrop" = yes; then 5720 if test "$with_dragndrop" = yes; then
5721 echo " Compiling in support for Drag'n'Drop (EXPERIMENTAL)." 5721 echo " Compiling in support for Drag'n'Drop (EXPERIMENTAL)."
5722 echo " - Drag'n'Drop prototype: $dragndrop_proto." 5722 echo " - Drag'n'Drop prototype: $dragndrop_proto."
5723 fi 5723 fi