diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-03 17:15:29 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-03 17:15:29 +0000 |
commit | d69b02ec8159098ac3d86d40dec5a1edb2a72857 (patch) | |
tree | 15eae4e56a46a4160810daed4e08cb0bc0704af8 /configure.in | |
parent | c78f465b7c065acecfbb9ea62fec503fecd0fb92 (diff) | |
download | gtk+-d69b02ec8159098ac3d86d40dec5a1edb2a72857.tar.gz |
Fix typo where pangoxft was being required instead of pangox. (Reported by
Sun Mar 3 12:13:56 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Fix typo where pangoxft was being
required instead of pangox. (Reported by Miles
Lane)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9997672697..b3a5b37e28 100644 --- a/configure.in +++ b/configure.in @@ -892,7 +892,7 @@ fi if test "x$gdktarget" = "xx11"; then # We start off with the libraries from Pango - if $PKG_CONFIG --exists pangoxft ; then : ; else + if $PKG_CONFIG --exists pangox ; then : ; else AC_MSG_ERROR([pangox Pango backend is required for x11 target]) fi |