Mercurial > hg > xemacs-beta
comparison configure @ 3402:a1f50481569f
[xemacs-hg @ 2006-05-16 08:22:21 by stephent]
XEmacs 21.5.27 "fiddleheads" is released.
author | stephent |
---|---|
date | Tue, 16 May 2006 08:25:02 +0000 |
parents | 14995b91af10 |
children | e322b2abb755 |
comparison
equal
deleted
inserted
replaced
3401:81d2bb0cb5de | 3402:a1f50481569f |
---|---|
19709 libs_x="-lXft $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXft\" to \$libs_x"; fi | 19709 libs_x="-lXft $libs_x" && if test "$verbose" = "yes"; then echo " Prepending \"-lXft\" to \$libs_x"; fi |
19710 else | 19710 else |
19711 { echo "Error:" "Unable to find libXft for --with-xft" >&2; exit 1; } | 19711 { echo "Error:" "Unable to find libXft for --with-xft" >&2; exit 1; } |
19712 fi | 19712 fi |
19713 | 19713 |
19714 with_fontconfig=yes | |
19715 cat >>confdefs.h <<\_ACEOF | |
19716 #define HAVE_FONTCONFIG 1 | |
19717 _ACEOF | |
19718 | |
19714 cat >>confdefs.h <<\_ACEOF | 19719 cat >>confdefs.h <<\_ACEOF |
19715 #define USE_XFT 1 | 19720 #define USE_XFT 1 |
19716 _ACEOF | 19721 _ACEOF |
19717 | 19722 |
19718 unset xft_includes_found | 19723 unset xft_includes_found |
39468 if test "$with_xmu" != yes; then | 39473 if test "$with_xmu" != yes; then |
39469 echo " - Xmu library not available; substituting equivalent routines." | 39474 echo " - Xmu library not available; substituting equivalent routines." |
39470 fi | 39475 fi |
39471 if test "$with_wmcommand" != no; then | 39476 if test "$with_wmcommand" != no; then |
39472 echo " - Handling WM_COMMAND properly." | 39477 echo " - Handling WM_COMMAND properly." |
39478 fi | |
39479 if test "$with_fontconfig" = "yes"; then | |
39480 echo " - Using fontconfig to manage fonts." | |
39473 fi | 39481 fi |
39474 if test "$with_xft_emacs" = "yes"; then | 39482 if test "$with_xft_emacs" = "yes"; then |
39475 echo " - Compiling in support for Xft antialiased fonts (EXPERIMENTAL)." | 39483 echo " - Compiling in support for Xft antialiased fonts (EXPERIMENTAL)." |
39476 fi | 39484 fi |
39477 fi | 39485 fi |