summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-05-13 19:09:00 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-05-13 19:09:00 +0000
commited9328eca55e4371e04305bd82706910afa4fa68 (patch)
treeae40b49be1a40aa31ec96f82704c1eb7a5ec38fe /configure.in
parent50af30b173bd40fcae4a7efa85424e367b421fc6 (diff)
downloadpango-ed9328eca55e4371e04305bd82706910afa4fa68.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 1fba2905..afc8a1f8 100644
--- a/configure.in
+++ b/configure.in
@@ -425,8 +425,9 @@ AM_CONDITIONAL(INCLUDE_INDIC_XFT,echo $included_modules | grep '\(^\|,\)indic-xf
#
# 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