diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-13 09:13:27 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-13 09:13:27 +0000 |
commit | 7e5ef2effad1cb87a6c38670afb54f904bca6e1a (patch) | |
tree | 05351468a979aa886b9eefe2a48e8ed2f27d6812 /gcc/configure | |
parent | 9799bf406885072aa91a6149027152e9599371df (diff) | |
download | gcc-7e5ef2effad1cb87a6c38670afb54f904bca6e1a.tar.gz |
* configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
* configure: Regenerate.
* config.in: Likewise.
* system.h: Declare vsnprintf if not already declared.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98080 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index 1d96694c3ab..98639dbcdb8 100755 --- a/gcc/configure +++ b/gcc/configure @@ -11181,9 +11181,10 @@ CFLAGS="$CFLAGS -I${srcdir} -I${srcdir}/../include" + for ac_func in getenv atol sbrk abort atof getcwd getwd strsignal \ - strstr errno snprintf vasprintf malloc realloc calloc free \ - basename getopt clock getpagesize 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 + strstr errno snprintf vsnprintf vasprintf malloc realloc calloc \ + free basename getopt clock getpagesize 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 do ac_tr_decl=`echo "HAVE_DECL_$ac_func" | $as_tr_cpp` echo "$as_me:$LINENO: checking whether $ac_func is declared" >&5 |