From 758cb8dd6ad2f3030dbbbd1e75852c206208b9ce Mon Sep 17 00:00:00 2001 From: ghazi Date: Tue, 27 Nov 2001 15:36:24 +0000 Subject: * collect2.c: Check HAVE_DUP2 instead of NO_DUP2. (dup2): Make static and add prototype. * m68k/plexus.h: Don't define NO_DUP2. * configure.in (AC_CHECK_FUNCS): Add dup2. * config.in, configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47379 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/configure.in') diff --git a/gcc/configure.in b/gcc/configure.in index fb022ff0293..3ccd686d594 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -578,7 +578,7 @@ fi dnl Disabled until we have a complete test for buggy enum bitfields. dnl gcc_AC_C_ENUM_BF_UNSIGNED -AC_CHECK_FUNCS(strtoul bsearch popen times clock \ +AC_CHECK_FUNCS(strtoul bsearch popen times clock dup2 \ strchr strrchr kill getrlimit setrlimit atoll atoq \ sysconf isascii gettimeofday strsignal putc_unlocked fputc_unlocked \ fputs_unlocked fwrite_unlocked fprintf_unlocked getrusage nl_langinfo \ -- cgit v1.2.1