From 1907bdf30fb4c16d3d9694746dc10ff52ffecdc2 Mon Sep 17 00:00:00 2001 From: Bill Sommerfeld Date: Fri, 9 May 2025 15:13:40 -0700 Subject: [PATCH 39/39] Let --enable-clocale=dragonfly work as a configure option --- libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index a0094c2dd95..5b9173610c0 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -2774,7 +2774,7 @@ dnl AC_DEFUN([GLIBCXX_ENABLE_CLOCALE], [ GLIBCXX_ENABLE(clocale,auto,[[[=MODEL]]], [use MODEL for target locale package], - [permit generic|gnu|ieee_1003.1-2001|newlib|yes|no|auto]) + [permit generic|gnu|ieee_1003.1-2001|newlib|dragonfly|yes|no|auto]) # Deal with gettext issues. Default to not using it (=no) until we detect # support for it later. Let the user turn it off via --e/d, but let that diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index c198e332d79..9887fcd1715 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -16636,7 +16636,7 @@ $as_echo "stdio (with POSIX read/write)" >&6; } if test "${enable_clocale+set}" = set; then : enableval=$enable_clocale; case "$enableval" in - generic|gnu|ieee_1003.1-2001|newlib|yes|no|auto) ;; + generic|gnu|ieee_1003.1-2001|newlib|dragonfly|yes|no|auto) ;; *) as_fn_error $? "Unknown argument to enable/disable clocale" "$LINENO" 5 ;; esac -- 2.53.0