aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure116
1 files changed, 63 insertions, 53 deletions
diff --git a/configure b/configure
index d2fda9820fe..96d712896bb 100755
--- a/configure
+++ b/configure
@@ -11100,7 +11100,7 @@ fi
11100HAVE_RSVG=no 11100HAVE_RSVG=no
11101if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then 11101if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
11102 if test "${with_rsvg}" != "no"; then 11102 if test "${with_rsvg}" != "no"; then
11103 RSVG_REQUIRED=2.0.0 11103 RSVG_REQUIRED=2.11.0
11104 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED" 11104 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
11105 11105
11106 11106
@@ -12901,7 +12901,12 @@ _ACEOF
12901 CFLAGS=$late_CFLAGS 12901 CFLAGS=$late_CFLAGS
12902fi 12902fi
12903 12903
12904### Start of font-backend section. 12904### Start of font-backend (under any platform) section.
12905# (nothing here yet -- this is a placeholder)
12906### End of font-backend (under any platform) section.
12907
12908### Start of font-backend (under X11) section.
12909if test "${HAVE_X11}" = "yes"; then
12905 12910
12906 succeeded=no 12911 succeeded=no
12907 12912
@@ -12996,14 +13001,14 @@ $as_echo "no" >&6; }
12996 HAVE_FC=no 13001 HAVE_FC=no
12997 fi 13002 fi
12998 13003
12999test "${HAVE_FC}" = "no" && with_freetype=no 13004 test "${HAVE_FC}" = "no" && with_freetype=no
13000 13005
13001## Use -lXft if available, unless `--with-freetype=no' nor `--with-xft=no'. 13006## Use -lXft if available, unless `--with-freetype=no' nor `--with-xft=no'.
13002HAVE_XFT=maybe 13007 HAVE_XFT=maybe
13003if test "x${with_freetype}" = "xno" || test "x${with_x}" = "xno"; then 13008 if test "x${with_freetype}" = "xno" || test "x${with_x}" = "xno"; then
13004 with_xft="no"; 13009 with_xft="no";
13005fi 13010 fi
13006if test "x${with_xft}" != "xno"; then 13011 if test "x${with_xft}" != "xno"; then
13007 13012
13008 13013
13009 succeeded=no 13014 succeeded=no
@@ -13099,14 +13104,14 @@ $as_echo "no" >&6; }
13099 HAVE_XFT=no 13104 HAVE_XFT=no
13100 fi 13105 fi
13101 13106
13102 if test "$HAVE_XFT" != no; then 13107 if test "$HAVE_XFT" != no; then
13103 OLD_CPPFLAGS="$CPPFLAGS" 13108 OLD_CPPFLAGS="$CPPFLAGS"
13104 OLD_CFLAGS="$CFLAGS" 13109 OLD_CFLAGS="$CFLAGS"
13105 OLD_LIBS="$LIBS" 13110 OLD_LIBS="$LIBS"
13106 CPPFLAGS="$CPPFLAGS $XFT_CFLAGS" 13111 CPPFLAGS="$CPPFLAGS $XFT_CFLAGS"
13107 CFLAGS="$CFLAGS $XFT_CFLAGS" 13112 CFLAGS="$CFLAGS $XFT_CFLAGS"
13108 LIBS="$XFT_LIBS $LIBS" 13113 LIBS="$XFT_LIBS $LIBS"
13109 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then 13114 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
13110 { $as_echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 13115 { $as_echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5
13111$as_echo_n "checking for X11/Xft/Xft.h... " >&6; } 13116$as_echo_n "checking for X11/Xft/Xft.h... " >&6; }
13112if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then 13117if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then
@@ -13307,34 +13312,34 @@ fi
13307 13312
13308 13313
13309 13314
13310 if test "${HAVE_XFT}" = "yes"; then 13315 if test "${HAVE_XFT}" = "yes"; then
13311 13316
13312cat >>confdefs.h <<\_ACEOF 13317cat >>confdefs.h <<\_ACEOF
13313#define HAVE_XFT 1 13318#define HAVE_XFT 1
13314_ACEOF 13319_ACEOF
13315 13320
13316 13321
13317 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $XFT_CFLAGS" 13322 C_SWITCH_X_SITE="$C_SWITCH_X_SITE $XFT_CFLAGS"
13318 else 13323 else
13319 CPPFLAGS="$OLD_CPPFLAGS" 13324 CPPFLAGS="$OLD_CPPFLAGS"
13320 CFLAGS="$OLD_CFLAGS" 13325 CFLAGS="$OLD_CFLAGS"
13321 LIBS="$OLD_LIBS" 13326 LIBS="$OLD_LIBS"
13322 fi # "${HAVE_XFT}" = "yes" 13327 fi # "${HAVE_XFT}" = "yes"
13323 fi # "$HAVE_XFT" != no 13328 fi # "$HAVE_XFT" != no
13324fi # "x${with_xft}" != "xno" 13329 fi # "x${with_xft}" != "xno"
13325 13330
13326if test "$HAVE_XFT" != "yes"; then 13331 if test "$HAVE_XFT" != "yes"; then
13327 HAVE_XFT=no 13332 HAVE_XFT=no
13328fi 13333 fi
13329 13334
13330 13335
13331HAVE_FREETYPE=no 13336 HAVE_FREETYPE=no
13332### Use -lfreetype if available, unless `--with-freetype=no'. 13337 ### Use -lfreetype if available, unless `--with-freetype=no'.
13333if test "${HAVE_XFT}" = "yes"; then 13338 if test "${HAVE_XFT}" = "yes"; then
13334 HAVE_FREETYPE=yes 13339 HAVE_FREETYPE=yes
13335 FONTCONFIG_CFLAGS= 13340 FONTCONFIG_CFLAGS=
13336 FONTCONFIG_LIBS= 13341 FONTCONFIG_LIBS=
13337elif test "x${with_freetype}" != "xno" && test "x${with_x}" != "xno"; then 13342 elif test "x${with_freetype}" != "xno" && test "x${with_x}" != "xno"; then
13338 13343
13339 13344
13340 succeeded=no 13345 succeeded=no
@@ -13430,16 +13435,16 @@ $as_echo "no" >&6; }
13430 HAVE_FREETYPE=no 13435 HAVE_FREETYPE=no
13431 fi 13436 fi
13432 13437
13433fi 13438 fi
13434 13439
13435HAVE_LIBOTF=no 13440 HAVE_LIBOTF=no
13436if test "${HAVE_FREETYPE}" = "yes"; then 13441 if test "${HAVE_FREETYPE}" = "yes"; then
13437 13442
13438cat >>confdefs.h <<\_ACEOF 13443cat >>confdefs.h <<\_ACEOF
13439#define HAVE_FREETYPE 1 13444#define HAVE_FREETYPE 1
13440_ACEOF 13445_ACEOF
13441 13446
13442 if test "${with_libotf}" != "no"; then 13447 if test "${with_libotf}" != "no"; then
13443 13448
13444 succeeded=no 13449 succeeded=no
13445 13450
@@ -13534,13 +13539,13 @@ $as_echo "no" >&6; }
13534 HAVE_LIBOTF=no 13539 HAVE_LIBOTF=no
13535 fi 13540 fi
13536 13541
13537 if test "$HAVE_LIBOTF" = "yes"; then 13542 if test "$HAVE_LIBOTF" = "yes"; then
13538 13543
13539cat >>confdefs.h <<\_ACEOF 13544cat >>confdefs.h <<\_ACEOF
13540#define HAVE_LIBOTF 1 13545#define HAVE_LIBOTF 1
13541_ACEOF 13546_ACEOF
13542 13547
13543 { $as_echo "$as_me:$LINENO: checking for OTF_get_variation_glyphs in -lotf" >&5 13548 { $as_echo "$as_me:$LINENO: checking for OTF_get_variation_glyphs in -lotf" >&5
13544$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } 13549$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; }
13545if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then 13550if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then
13546 $as_echo_n "(cached) " >&6 13551 $as_echo_n "(cached) " >&6
@@ -13611,20 +13616,20 @@ else
13611 HAVE_OTF_GET_VARIATION_GLYPHS=no 13616 HAVE_OTF_GET_VARIATION_GLYPHS=no
13612fi 13617fi
13613 13618
13614 if test "${HAVE_OTF_GET_VARIATION_GLYPHS}" = "yes"; then 13619 if test "${HAVE_OTF_GET_VARIATION_GLYPHS}" = "yes"; then
13615 13620
13616cat >>confdefs.h <<\_ACEOF 13621cat >>confdefs.h <<\_ACEOF
13617#define HAVE_OTF_GET_VARIATION_GLYPHS 1 13622#define HAVE_OTF_GET_VARIATION_GLYPHS 1
13618_ACEOF 13623_ACEOF
13619 13624
13625 fi
13626 fi
13620 fi 13627 fi
13621 fi 13628 fi
13622 fi
13623fi
13624 13629
13625HAVE_M17N_FLT=no 13630 HAVE_M17N_FLT=no
13626if test "${HAVE_LIBOTF}" = yes; then 13631 if test "${HAVE_LIBOTF}" = yes; then
13627 if test "${with_m17n_flt}" != "no"; then 13632 if test "${with_m17n_flt}" != "no"; then
13628 13633
13629 succeeded=no 13634 succeeded=no
13630 13635
@@ -13719,15 +13724,22 @@ $as_echo "no" >&6; }
13719 HAVE_M17N_FLT=no 13724 HAVE_M17N_FLT=no
13720 fi 13725 fi
13721 13726
13722 if test "$HAVE_M17N_FLT" = "yes"; then 13727 if test "$HAVE_M17N_FLT" = "yes"; then
13723 13728
13724cat >>confdefs.h <<\_ACEOF 13729cat >>confdefs.h <<\_ACEOF
13725#define HAVE_M17N_FLT 1 13730#define HAVE_M17N_FLT 1
13726_ACEOF 13731_ACEOF
13727 13732
13733 fi
13734 fi
13728 fi 13735 fi
13729 fi 13736else
13737 HAVE_XFT=no
13738 HAVE_FREETYPE=no
13739 HAVE_LIBOTF=no
13740 HAVE_M17N_FLT=no
13730fi 13741fi
13742### End of font-backend (under X11) section.
13731 13743
13732 13744
13733 13745
@@ -13738,8 +13750,6 @@ fi
13738 13750
13739 13751
13740 13752
13741### End of font-backend section.
13742
13743### Use -lXpm if available, unless `--with-xpm=no'. 13753### Use -lXpm if available, unless `--with-xpm=no'.
13744HAVE_XPM=no 13754HAVE_XPM=no
13745if test "${HAVE_X11}" = "yes"; then 13755if test "${HAVE_X11}" = "yes"; then