In perl.git, the branch smoke-me/khw-alpine has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/bee238f13d6f184d973240e467bbd5ad93daad4d?hp=faa8a0f1dfebf65273f47473b3ff5f771963df64>

- Log -----------------------------------------------------------------
commit bee238f13d6f184d973240e467bbd5ad93daad4d
Author: Karl Williamson <[email protected]>
Date:   Tue Feb 12 16:40:18 2019 -0700

    smoke7

-----------------------------------------------------------------------

Summary of changes:
 Configure    | 2 +-
 lib/locale.t | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Configure b/Configure
index 607e3cfeab..8280e1b6d7 100755
--- a/Configure
+++ b/Configure
@@ -17951,7 +17951,7 @@ if eval $compile; then
            d_setlocale_accepts_any_locale_name="$undef"
            d_has_C_UTF8="true"
            ;;
-        4) echo "and it seems sane, but accepts any locale name as valid" >&4
+        3) echo "and it seems sane, but accepts any locale name as valid" >&4
            d_setlocale="$define"
            d_setlocale_accepts_any_locale_name="$define"
            d_has_C_UTF8="true"
diff --git a/lib/locale.t b/lib/locale.t
index 4e81ac076b..16a538727d 100644
--- a/lib/locale.t
+++ b/lib/locale.t
@@ -2543,7 +2543,7 @@ foreach $test_num 
($first_locales_test_number..$final_locales_test_number) {
 
 $test_num = $final_locales_test_number;
 
-if (   defined $Config{d_setlocale_accepts_any_locale_name}
+if ( ! defined $Config{d_setlocale_accepts_any_locale_name}
     && $os !~ m!^(dragonfly|bitrig|mirbsd)$! )
 {
     # perl #115808

-- 
Perl5 Master Repository

Reply via email to