In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/6e404ab585deadc1c32d50513f13b50ae395c00d?hp=9cb69123352ffa47c66a6da5bdabaabed004a5ec>

- Log -----------------------------------------------------------------
commit 6e404ab585deadc1c32d50513f13b50ae395c00d
Author: Hauke D <hau...@zero-g.net>
Date:   Tue Aug 13 22:05:47 2019 +0200

    Change "--sysroot X" to "--sysroot=X" in Configure

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

Summary of changes:
 Configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configure b/Configure
index b89d34dbb2..818deb8378 100755
--- a/Configure
+++ b/Configure
@@ -8554,7 +8554,7 @@ EOM
        if $test "X$sysroot" != X; then
            case "$gccversion" in
                '') ;;
-               *)  dflt="$dflt --sysroot $sysroot" ;;
+               *)  dflt="$dflt --sysroot=$sysroot" ;;
            esac
        fi
 

-- 
Perl5 Master Repository

Reply via email to