summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-04-23 04:14:59 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-04-23 04:14:59 +0000
commit3f3fc34bed071b73bd43bcec98edad6b81fcdf90 (patch)
tree99768c9c52f24be34fdb5fa8f509b46d8b49138d /configure.in
parent735141cc8eee680428daacd623dd9a5c2240980c (diff)
downloadpango-3f3fc34bed071b73bd43bcec98edad6b81fcdf90.tar.gz
Add back in flockfile check which was accidentally removed.
Fri Apr 7 03:08:09 2000 Owen Taylor <otaylor@redhat.com> * configure.in (UNICODE_LIBS): Add back in flockfile check which was accidentally removed.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c7d503dd..cac96e9c 100644
--- a/configure.in
+++ b/configure.in
@@ -52,6 +52,8 @@ 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)