From adf1d71e39289e5218b8299dfdc3341fd622650f Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 6 Jan 2024 15:20:02 -0700 Subject: [PATCH 159/159] Configure no localeconv() --- Configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configure b/Configure index 3d0f252a25..ae8ae7a4a4 100755 --- a/Configure +++ b/Configure @@ -16105,6 +16105,8 @@ EOCP fi; $rm_try ;; +*) d_lc_monetary_2008="$undef" + ;; esac : see if lchown exists -- 2.34.1