summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-25 20:48:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-25 20:48:35 +0000
commit34b5bdb6269544fb6ee8099db0fcf4402afaa1c0 (patch)
tree246e07f8e83028fdb4d08d076b5c7f5d34155fd1 /cpukit/libcsupport/configure.ac
parent2003-03-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-34b5bdb6269544fb6ee8099db0fcf4402afaa1c0.tar.bz2
Merger from rtems-4-6-branch.
Diffstat (limited to 'cpukit/libcsupport/configure.ac')
-rw-r--r--cpukit/libcsupport/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/libcsupport/configure.ac b/cpukit/libcsupport/configure.ac
index d54cc2a39c..6bf9b79ebb 100644
--- a/cpukit/libcsupport/configure.ac
+++ b/cpukit/libcsupport/configure.ac
@@ -71,6 +71,9 @@ AC_CHECK_DECLS([ECHOPRT],,,[#include <termios.h>])
## BSD-ism, excluded from POSIX, but available on most platforms
AC_CHECK_DECLS([sbrk],,,[#include <unistd.h>])
+## Check if libc provides BSD's strlcpy/strlcat
+AC_CHECK_FUNCS(strlcpy strlcat)
+
AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
AM_CONFIG_HEADER([src/config.h])