summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-02-11 10:03:08 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-11 10:03:08 +0000
commit89cdebf68ec4bab9829d8e0fb3296d3170fc3516 (patch)
tree8f3de54c9ba12dcb8c3a8478c8b4f90ea386553f /configure.in
parent6316f1a5c6e868f9e82fceebbb954346e2ba8839 (diff)
downloadpango-89cdebf68ec4bab9829d8e0fb3296d3170fc3516.tar.gz
Added recent API changes. Doc comment fixes
Thu Feb 10 23:45:49 2000 Owen Taylor <otaylor@redhat.com> * docs/**: Added recent API changes. * libpango/pango-context.c: Doc comment fixes * configure.in: Add in directories from unicode-config when running AC_CHECK_LIB on libunicode.
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 c9503ec2..10ba3ecf 100644
--- a/configure.in
+++ b/configure.in
@@ -35,7 +35,7 @@ AC_SUBST(UNICODE_LIBS)
AC_CHECK_FUNCS(flockfile)
AC_CHECK_LIB(unicode, unicode_type, :,
- AC_MSG_ERROR([*** libunicode not found.]))
+ AC_MSG_ERROR([*** libunicode not found.]), $UNICODE_LIBS)
AC_CHECK_PROG(gtkdoc, gtkdoc-scan, yes, no)
AM_CONDITIONAL(HAVE_GTK_DOC, test x$gtkdoc = xyes)