aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure.in
diff options
context:
space:
mode:
authorMarc Espie <Marc.Espie@liafa.jussieu.fr>1999-02-09 01:17:32 +0100
committerJeff Law <law@gcc.gnu.org>1999-02-08 17:17:32 -0700
commit687361c8349997867982f37adbf1b945eb9626c8 (patch)
treec79267a720dfb5f56f9df94cdad44ee4ce7f7962 /libiberty/configure.in
parentcd9e5e7ce0d2aa1d0ce2e0be170cdb6257d0b98c (diff)
downloadgcc-687361c8349997867982f37adbf1b945eb9626c8.zip
gcc-687361c8349997867982f37adbf1b945eb9626c8.tar.gz
gcc-687361c8349997867982f37adbf1b945eb9626c8.tar.bz2
Makefile.in (REQUIRED_OFILES): remove mkstemp.o
* Makefile.in (REQUIRED_OFILES): remove mkstemp.o * configure.in (funcs): Check for and conditionally add mkstemps to the list of functions libiberty will provide. * configure: Rebuilt. From-SVN: r25106
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r--libiberty/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in
index a189b07..9cc651c 100644
--- a/libiberty/configure.in
+++ b/libiberty/configure.in
@@ -129,6 +129,7 @@ funcs="$funcs memcmp"
funcs="$funcs memcpy"
funcs="$funcs memmove"
funcs="$funcs memset"
+funcs="$funcs mkstemps"
funcs="$funcs random"
funcs="$funcs rename"
funcs="$funcs rindex"
@@ -159,7 +160,7 @@ checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times"
# autoheader happy without adding a bunch of text to acconfig.h.
if test "x" = "y"; then
AC_CHECK_FUNCS(asprintf atexit basename bcmp bcopy bzero calloc clock getcwd)
- AC_CHECK_FUNCS(getpagesize index insque memchr memcmp memcpy memmove)
+ AC_CHECK_FUNCS(getpagesize index insque mkstemps memchr memcmp memcpy memmove)
AC_CHECK_FUNCS(memset random rename rindex sigsetmask strcasecmp)
AC_CHECK_FUNCS(strchr strdup strncasecmp strrchr strstr strtod strtol)
AC_CHECK_FUNCS(strtoul tmpnam vasprintf vfprintf vprintf vsprintf waitpid)