From: Hauke D Date: Tue, 13 Aug 2019 20:05:47 +0000 (+0200) Subject: Change "--sysroot X" to "--sysroot=X" in Configure X-Git-Tag: v5.31.4~74 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/6e404ab585deadc1c32d50513f13b50ae395c00d Change "--sysroot X" to "--sysroot=X" in Configure --- diff --git a/Configure b/Configure index b89d34d..818deb8 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