aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2005-04-13 11:13:27 +0200
committerEric Botcazou <ebotcazou@gcc.gnu.org>2005-04-13 09:13:27 +0000
commit367e83192129b48cad047a38a7b30ee62b9a48af (patch)
tree05351468a979aa886b9eefe2a48e8ed2f27d6812 /gcc/configure
parente8bb9922f8af3033a6a5e8217273fc94fd510e7f (diff)
downloadgcc-367e83192129b48cad047a38a7b30ee62b9a48af.zip
gcc-367e83192129b48cad047a38a7b30ee62b9a48af.tar.gz
gcc-367e83192129b48cad047a38a7b30ee62b9a48af.tar.bz2
configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
* configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf. * configure: Regenerate. * config.in: Likewise. * system.h: Declare vsnprintf if not already declared. From-SVN: r98080
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index 1d96694..98639db 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