From 4e87a65138e8d65fd17d878bc94317239e59219f Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 4 Aug 2003 13:07:25 +0000 Subject: [PATCH] config.in: Remove HAVE_LSTAT. * config.in: Remove HAVE_LSTAT. * configure, configure.in: Don't test for lstat. From-SVN: r70146 --- gcc/ChangeLog | 5 +++++ gcc/config.in | 3 --- gcc/configure | 2 +- gcc/configure.in | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 06492d6c019..dbb3890fb43 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-08-04 Neil Booth + + * config.in: Remove HAVE_LSTAT. + * configure, configure.in: Don't test for lstat. + 2003-08-03 Gabriel Dos Reis * opts.c (decode_options): Do language-specific initialization for diff --git a/gcc/config.in b/gcc/config.in index e1feb70cb30..8d639942dbb 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -73,9 +73,6 @@ /* Define if you have the kill function. */ #undef HAVE_KILL -/* Define if you have the lstat function. */ -#undef HAVE_LSTAT - /* Define if you have the mbstowcs function. */ #undef HAVE_MBSTOWCS diff --git a/gcc/configure b/gcc/configure index de7b106bc13..5d5ff955eff 100755 --- a/gcc/configure +++ b/gcc/configure @@ -3652,7 +3652,7 @@ fi for ac_func in times clock dup2 kill getrlimit setrlimit atoll atoq \ sysconf strsignal putc_unlocked fputc_unlocked fputs_unlocked \ - fwrite_unlocked fprintf_unlocked getrusage nl_langinfo lstat \ + fwrite_unlocked fprintf_unlocked getrusage nl_langinfo \ scandir alphasort gettimeofday mbstowcs wcswidth mmap mincore \ setlocale do diff --git a/gcc/configure.in b/gcc/configure.in index f7ffc2f767d..26933d376b5 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -791,7 +791,7 @@ dnl gcc_AC_C_ENUM_BF_UNSIGNED AC_CHECK_FUNCS(times clock dup2 kill getrlimit setrlimit atoll atoq \ sysconf strsignal putc_unlocked fputc_unlocked fputs_unlocked \ - fwrite_unlocked fprintf_unlocked getrusage nl_langinfo lstat \ + fwrite_unlocked fprintf_unlocked getrusage nl_langinfo \ scandir alphasort gettimeofday mbstowcs wcswidth mmap mincore \ setlocale)