summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2003-01-20 22:20:53 +0000
committerSven Neumann <neo@src.gnome.org>2003-01-20 22:20:53 +0000
commitba8acbbe4732cc57e3f0eaed47347f9e802c9aa5 (patch)
tree0b42d9659c660229527ee0018552f2dcd86ed9c7 /configure.in
parent5d1f02a71e825c6e47ce237faf33540bfe4acf08 (diff)
downloadpango-ba8acbbe4732cc57e3f0eaed47347f9e802c9aa5.tar.gz
fixed configure output which was wrong in case freetype is available but
2003-01-20 Sven Neumann <sven@gimp.org> * configure.in: fixed configure output which was wrong in case freetype is available but fontconfig isn't (bug #103917).
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 63074f1e..73a01004 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,4 @@
dnl Process this file with autoconf to create configure.
-
AC_PREREQ(2.53)
AC_INIT(ChangeLog)
@@ -815,7 +814,7 @@ pango-zip.sh
*pango-config*)chmod +x pango-config;;
esac])
echo "configuration:
- backends: `if $have_freetype ; then echo " FreeType"; fi \
+ backends: `if $have_freetype && $have_fontconfig; then echo " FreeType"; fi \
``if $have_x ; then echo " X"; fi \
``if $have_xft ; then echo " Xft"; fi \
``if $have_win32 ; then echo " Win32"; fi`"