summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-05-13 19:07:57 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-05-13 19:07:57 +0000
commitfcb2d39ec22d0df7885768d5dcbca6bc2fd364db (patch)
tree0d15cd69fba3c1d688f68aaae21a3be69b5d4f16 /configure.in
parent96e551cc3edc7d47f3c25cf12992a1b6309003ab (diff)
downloadpango-fcb2d39ec22d0df7885768d5dcbca6bc2fd364db.tar.gz
Add a implementation of strtok_r (copied from glibc) for machines that
Mon May 13 14:58:12 2002 Owen Taylor <otaylor@redhat.com> * pango/pangox.c configure.in: Add a implementation of strtok_r (copied from glibc) for machines that don't have it. (#79472, Jacob Berkman.) * pango/querymodules.c: Use printf() rather than g_print, since we don't want encoding conversion. (#77341)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1fa4aac2..51b9fa5d 100644
--- a/configure.in
+++ b/configure.in
@@ -424,8 +424,9 @@ AM_CONDITIONAL(INCLUDE_THAI_X,echo $included_modules | grep '\(^\|,\)thai-x\($\|
#
# We use flockfile to implement pango_getline() - should be moved to GLib
+# strtok_r isn't present on some systems
#
-AC_CHECK_FUNCS(flockfile)
+AC_CHECK_FUNCS(flockfile strtok_r)
#
# Check for Qt - which we use for building the viewer example, if