configure.ac: Move the atoll check from AC_CHECK_FUNCS to gcc_AC_CHECK_DECLS.
authorAndreas Tobler <andreast@gcc.gnu.org>
Thu, 28 May 2015 20:37:05 +0000 (22:37 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 28 May 2015 20:37:05 +0000 (22:37 +0200)
2015-05-28  Andreas Tobler  <andreast@gcc.gnu.org>

    * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
    gcc_AC_CHECK_DECLS.
    * configure: Regenerate.

From-SVN: r223847

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index b66ba2fee625a4f8564c7c0bee4d8b46ebdd0b14..e6c7c035f09f1fde44b9956133c8234f94d992c5 100644 (file)
@@ -1,3 +1,9 @@
+2015-05-28  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
+       gcc_AC_CHECK_DECLS.
+       * configure: Regenerate.
+
 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
 
        * config/nios2/linux.h (CPP_SPEC): Define.
index a9a76d695c53eee5f988e9e0421c5883fac26c44..f70f2d308137832af507fcbd33a3aa4cd54b5edc 100755 (executable)
@@ -9574,7 +9574,7 @@ fi
 
 
 
-for ac_func in times clock kill getrlimit setrlimit atoll atoq \
+for ac_func in times clock kill getrlimit setrlimit atoq \
        popen sysconf strsignal getrusage nl_langinfo \
        gettimeofday mbstowcs wcswidth mmap setlocale \
        clearerr_unlocked feof_unlocked   ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked   fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked   fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked   putchar_unlocked putc_unlocked madvise
@@ -10837,7 +10837,7 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
-for ac_func in getenv atol asprintf sbrk abort atof getcwd getwd \
+for ac_func in getenv atol atoll asprintf sbrk abort atof getcwd getwd \
        madvise stpcpy strnlen strsignal strverscmp \
        strtol strtoul strtoll strtoull \
        errno snprintf vsnprintf vasprintf malloc realloc calloc \
index 83f9c0951dc116f00d6a988db823f55022ceefef..b27433ef126ddfdff3b08e6a7bb9c88880d9d846 100644 (file)
@@ -1149,7 +1149,7 @@ define(gcc_UNLOCKED_FUNCS, clearerr_unlocked feof_unlocked dnl
   fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked dnl
   fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked dnl
   putchar_unlocked putc_unlocked)
-AC_CHECK_FUNCS(times clock kill getrlimit setrlimit atoll atoq \
+AC_CHECK_FUNCS(times clock kill getrlimit setrlimit atoq \
        popen sysconf strsignal getrusage nl_langinfo \
        gettimeofday mbstowcs wcswidth mmap setlocale \
        gcc_UNLOCKED_FUNCS madvise)
@@ -1213,7 +1213,7 @@ AC_CHECK_DECLS([basename(const char*), strstr(const char*,const char*)], , ,[
 #include "ansidecl.h"
 #include "system.h"])
 
-gcc_AC_CHECK_DECLS(getenv atol asprintf sbrk abort atof getcwd getwd \
+gcc_AC_CHECK_DECLS(getenv atol atoll asprintf sbrk abort atof getcwd getwd \
        madvise stpcpy strnlen strsignal strverscmp \
        strtol strtoul strtoll strtoull \
        errno snprintf vsnprintf vasprintf malloc realloc calloc \