summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-08-20 12:58:23 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-08-20 13:00:14 -0400
commit023df214ba97ce79222be678f8fa532249eb1ab6 (patch)
tree2cdb27c1cb3cb6e7cd9567ad5405cd489d3c3bda /configure.in
parent52068fd4b2d13d7dbd5173d7db4a41ce43bb7938 (diff)
downloadpango-023df214ba97ce79222be678f8fa532249eb1ab6.tar.gz
More pangox residual removal
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 9b98b573..030f5d92 100644
--- a/configure.in
+++ b/configure.in
@@ -227,7 +227,6 @@ AM_CONDITIONAL(CROSS_COMPILING, [test $cross_compiling = yes])
have_fontconfig=false
have_freetype=false
-have_xft=false
#
# Check for fontconfig
@@ -443,8 +442,8 @@ AM_CONDITIONAL(HAVE_HARFBUZZ, $have_harfbuzz)
# a new Pango backend outside of Pango, you are up to sending the necessary
# patch to fix that rule. :-)
#
-if $have_freetype || $have_x || $have_xft || $have_cairo || $have_win32 ; then : ; else
- AC_MSG_ERROR([*** Could not enable any of FreeType, X11, Cairo, or Win32 backends.
+if $have_freetype || $have_xft || $have_cairo || $have_win32 ; then : ; else
+ AC_MSG_ERROR([*** Could not enable any of FreeType, Xft, Cairo, or Win32 backends.
*** Must have at least one backend to build Pango.])
fi
@@ -973,7 +972,6 @@ if $have_cairo ; then backends="$backends Cairo"; fi
if $have_win32 ; then backends="$backends Win32"; fi
if $have_xft ; then backends="$backends Xft"; fi
if $have_freetype && $have_fontconfig ; then backends="$backends FreeType"; fi
-if $have_x ; then backends="$backends X"; fi
-
+
echo "configuration:
backends:$backends"