]> Pileus Git - ~andy/gtk/blobdiff - configure.in
Fix typo where pangoxft was being required instead of pangox. (Reported by
[~andy/gtk] / configure.in
index 99976726973f053354e4264554114eece23e4344..b3a5b37e2822ecd378ea7520d97250c82437aeed 100644 (file)
@@ -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