summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-03-30 21:52:12 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-03-30 21:52:12 +0000
commit5b5698e8ad4fa0f0f5da0286ab34b5ba1fa8ecae (patch)
treeaa6752a7320ad57aae6d7eb7a1ece9a0f1497572 /configure.in
parent6f9c9b934021288f9b34430344790a2722dc614e (diff)
downloadpango-5b5698e8ad4fa0f0f5da0286ab34b5ba1fa8ecae.tar.gz
Use "UTF-8" with the dash as the charset name for utf-8. (Change suggested
Thu Mar 30 16:49:06 2000 Owen Taylor <otaylor@redhat.com> * modules/basic/basic.c pango/utils.c (find_converter): Use "UTF-8" with the dash as the charset name for utf-8. (Change suggested by Adrian Havill <havill@turbolinux.co.jp>) * pango/pango-layout.[ch]: Add function to get logical attributes of the text string.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 30064c02..540ad8cb 100644
--- a/configure.in
+++ b/configure.in
@@ -52,11 +52,11 @@ UNICODE_LIBS="`unicode-config --libs`"
AC_SUBST(UNICODE_LIBS)
AC_SUBST(UNICODE_CFLAGS)
-AC_CHECK_FUNCS(flockfile)
-
AC_CHECK_LIB(unicode, unicode_type, :,
AC_MSG_ERROR([*** libunicode not found.]), $UNICODE_LIBS)
+AC_CHECK_FUNCS(flockfile)
+
AC_CHECK_PROG(gtkdoc, gtkdoc-scan, yes, no)
AM_CONDITIONAL(HAVE_GTK_DOC, test x$gtkdoc = xyes)