From: Nicholas Clark Date: Sat, 13 May 2006 12:57:50 +0000 (+0000) Subject: Only ask about MAD for 5.9.0 and greater. Otherwise silently select X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd655d330c4a545eb836be2bf58736622e036e45;p=p5sagit%2Fp5-mst-13.2.git Only ask about MAD for 5.9.0 and greater. Otherwise silently select 'n'. p4raw-id: //depot/perl@28188 --- diff --git a/Configure b/Configure index 2dd947e..6ddb054 100755 --- a/Configure +++ b/Configure @@ -18945,11 +18945,15 @@ EOM esac -case "$mad" in -$define|true|[yY]*) dflt='y' ;; -*) dflt='n' ;; -esac -cat <