Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4496:772c80e0e180 | 4497:f863b2ee146f |
---|---|
27331 with_xft_tabs="yes" | 27331 with_xft_tabs="yes" |
27332 else | 27332 else |
27333 with_xft_tabs="no" | 27333 with_xft_tabs="no" |
27334 fi | 27334 fi |
27335 fi | 27335 fi |
27336 if test "$with_xft_gauge" != "no" ; then | 27336 if test "$with_xft_gauges" != "no" ; then |
27337 if test "$with_xft_emacs" = "yes" -a "$enable_widgets" != "no" ; then | 27337 if test "$with_xft_emacs" = "yes" -a "$enable_widgets" != "no" ; then |
27338 with_xft_gauge="yes" | 27338 with_xft_gauges="yes" |
27339 else | 27339 else |
27340 with_xft_gauge="no" | 27340 with_xft_gauges="no" |
27341 fi | 27341 fi |
27342 fi | 27342 fi |
27343 | 27343 |
27344 all_widgets="$enable_menubars $enable_scrollbars $enable_dialogs $enable_toolbars $enable_widgets" | 27344 all_widgets="$enable_menubars $enable_scrollbars $enable_dialogs $enable_toolbars $enable_widgets" |
27345 | 27345 |
27527 | 27527 |
27528 test "$with_xft_tabs" = "yes" && cat >>confdefs.h <<\_ACEOF | 27528 test "$with_xft_tabs" = "yes" && cat >>confdefs.h <<\_ACEOF |
27529 #define USE_XFT_TABS 1 | 27529 #define USE_XFT_TABS 1 |
27530 _ACEOF | 27530 _ACEOF |
27531 | 27531 |
27532 test "$with_xft_gauge" = "yes" && cat >>confdefs.h <<\_ACEOF | 27532 test "$with_xft_gauges" = "yes" && cat >>confdefs.h <<\_ACEOF |
27533 #define USE_XFT_GAUGE 1 | 27533 #define USE_XFT_GAUGES 1 |
27534 _ACEOF | 27534 _ACEOF |
27535 | 27535 |
27536 | 27536 |
27537 | 27537 |
27538 test -z "$enable_mule" && enable_mule=no | 27538 test -z "$enable_mule" && enable_mule=no |
39581 esac | 39581 esac |
39582 if test "$with_xft_tabs" = "yes"; then | 39582 if test "$with_xft_tabs" = "yes"; then |
39583 echo " - Using Xft to render antialiased fonts in tab controls." | 39583 echo " - Using Xft to render antialiased fonts in tab controls." |
39584 echo " WARNING: This feature will be replaced with a face." | 39584 echo " WARNING: This feature will be replaced with a face." |
39585 fi | 39585 fi |
39586 if test "$with_xft_gauge" = "yes"; then | 39586 if test "$with_xft_gauges" = "yes"; then |
39587 echo " - Using Xft to render antialiased fonts in progress bars." | 39587 echo " - Using Xft to render antialiased fonts in progress bars." |
39588 echo " WARNING: This feature will be replaced with a face." | 39588 echo " WARNING: This feature will be replaced with a face." |
39589 echo " WARNING: This feature not yet implemented; setting ignored." | 39589 echo " WARNING: This feature not yet implemented; setting ignored." |
39590 fi | 39590 fi |
39591 if test "$with_dragndrop" = yes; then | 39591 if test "$with_dragndrop" = yes; then |