OSDN Git Service

* config.in: Remove HAVE_LSTAT.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Aug 2003 13:07:25 +0000 (13:07 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Aug 2003 13:07:25 +0000 (13:07 +0000)
* configure, configure.in: Don't test for lstat.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70146 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.in

index 06492d6..dbb3890 100644 (file)
@@ -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
index e1feb70..8d63994 100644 (file)
@@ -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
 
index de7b106..5d5ff95 100755 (executable)
@@ -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
index f7ffc2f..26933d3 100644 (file)
@@ -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)