From: Gurusamy Sarathy Date: Mon, 2 Aug 1999 07:41:03 +0000 (+0000) Subject: fix d_bincompat5005='' junking config.h X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a7dea370ddd532464d2ffa30a174be2edcd20f35;p=p5sagit%2Fp5-mst-13.2.git fix d_bincompat5005='' junking config.h p4raw-id: //depot/perl@3873 --- diff --git a/Configure b/Configure index 2349842..0a6f3f5 100755 --- a/Configure +++ b/Configure @@ -3626,7 +3626,9 @@ fi : Binary compatibility with 5.005 is not possible for builds : with advanced features case "$usethreads$usemultiplicity" in -*define*) bincompat5005="$undef" ;; +*define*) bincompat5005="$undef" + d_bincompat5005="$undef" + ;; *) $cat <