In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/dc65f37092690cb834e2b1030cd905ed0a0066dd?hp=72fb396a39a42fb8f014aad05b2a85adaac6a470>

- Log -----------------------------------------------------------------
commit dc65f37092690cb834e2b1030cd905ed0a0066dd
Author: H.Merijn Brand <[email protected]>
Date:   Tue Jul 9 17:16:04 2019 +0200

    Allow -Uusedtrace / -Dusedtrace=false / -Dusedtrace=no

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

Summary of changes:
 Configure | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Configure b/Configure
index 0edf516642..5c022556d0 100755
--- a/Configure
+++ b/Configure
@@ -8110,6 +8110,10 @@ while $test 1 ; do
        $define|true|[yY]*)
                dflt='y'
                ;;
+       $undef|false|[nN]*)
+               dflt='n'
+               dflt_dtrace=""
+               ;;
        ?*)
                dflt='y'
                dflt_dtrace=$usedtrace

-- 
Perl5 Master Repository

Reply via email to