summaryrefslogtreecommitdiff
path: root/libcpp/configure
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@google.com>2025-03-27 22:17:06 +0000
committerRoland McGrath <mcgrathr@google.com>2025-03-27 22:17:06 +0000
commitd44aa3e3bf5bd99c30bae2896c8de5cacef458fa (patch)
treef1b558ea3f80a02f9a14bb330626a09d02690334 /libcpp/configure
parent2af32814cf2ba3c632fd5a3f69f275613383723d (diff)
libcpp: Add missing configure check for setlocale.
libcpp/ * configure.ac: Check for setlocale. * configure, config.in: Regenerated.
Diffstat (limited to 'libcpp/configure')
-rwxr-xr-xlibcpp/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/configure b/libcpp/configure
index 1391081ba09..e3c39f4d7bd 100755
--- a/libcpp/configure
+++ b/libcpp/configure
@@ -6034,7 +6034,7 @@ _ACEOF
-for ac_func in 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
+for ac_func in 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 setlocale
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"