summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.in3
-rwxr-xr-xgcc/configure2
-rw-r--r--gcc/configure.in2
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 <neil@daikokuya.co.uk>
+
+ * config.in: Remove HAVE_LSTAT.
+ * configure, configure.in: Don't test for lstat.
+
2003-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
* 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)