X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=configure.ac;h=5a657857aa15a65836e72fdcd2f284fc7c9aca51;hb=c7c96213305354775e92dff142d0d0ae47c37813;hp=814ea4641be81b2ba00fad3fa71d7c5468b082d2;hpb=7b55f6e6ad21054cc7ee86fe0646f14c0db26a63;p=hengband%2Fhengband.git diff --git a/configure.ac b/configure.ac index 814ea4641..5a657857a 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,8 @@ AC_ARG_ENABLE(xim, [ --disable-xim disable xim support], use_xim=no, use_xim=yes) AC_ARG_ENABLE(fontset, [ --disable-fontset disable fontset support], use_fontset=no, use_fontset=yes) +AC_ARG_ENABLE([xft], + AS_HELP_STRING([--enable-xft], [Enable xft support])) AC_ARG_ENABLE(worldscore, [ --disable-worldscore disable worldscore support], ,AC_DEFINE(WORLD_SCORE, 1, [Allow the game to send scores to the score server])) AC_ARG_ENABLE(chuukei, @@ -103,6 +105,11 @@ if test "$have_x" = yes; then AC_CHECK_LIB(X11, _Xsetlocale, AC_DEFINE(X_LOCALE, 1, [Use XLocale])) AC_CHECK_LIB(xpg4, setlocale, LIBS="$LIBS -lxpg4") fi + + AS_IF([test "x$enable_xft" = "xyes"], [ + PKG_CHECK_MODULES(XFT, [xft], + [AC_DEFINE([USE_XFT], [1], [Use XFT])]) + ]) fi if test "$use_japanese" != no; then