summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-24 04:49:01 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-24 04:49:01 +0000
commit25ee10fe5a3ad379db95bb2b43737f21d275b356 (patch)
tree30c25587378a8164a12b82e8037ca01886416119 /configure.in
parentb69987f217595e1d2a01ef65628c2fff701b91c1 (diff)
downloadgtk+-25ee10fe5a3ad379db95bb2b43737f21d275b356.tar.gz
Rework confusing error message. (#151742, Stepan Kasal)
2004-11-23 Matthias Clasen <mclasen@redhat.com> * configure.in: Rework confusing error message. (#151742, Stepan Kasal)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e981edea29..97d35875ef 100644
--- a/configure.in
+++ b/configure.in
@@ -1040,7 +1040,7 @@ if test "x$gdktarget" = "xx11"; then
AC_MSG_ERROR([Xft Pango backend found but did not find freetype libraries])
fi
else
- AC_MSG_ERROR([Pango 1.2.0 and Xft backend is required for x11 target])
+ AC_MSG_ERROR([Xft Pango backend is required for x11 target])
fi
if $PKG_CONFIG --exists xft ; then : ; else