summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 21:10:44 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 21:10:44 +0000
commitfd38ee667976855150d3c1231a1acc2cf1a89330 (patch)
treed192b83e4ee8dce9c4a4a64085d6bfb4b09dfef3 /configure.ac
parent9b3eed6e4f7ee542149ecec0d017a3a460f7c084 (diff)
downloadxorg-lib-libXpm-fd38ee667976855150d3c1231a1acc2cf1a89330.tar.gz
Check for strlcat() for use in parse.c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 07dd683..8fb4524 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,9 @@ AC_SUBST(XPM_LIBS)
# Checks for header files.
AC_HEADER_STDC
+# Checks for functions
+AC_CHECK_FUNCS([strlcat])
+
# Checks for typedefs, structures, and compiler characteristics.
if test "x$GCC" = "xyes"; then