fix d_bincompat5005='' junking config.h
Gurusamy Sarathy [Mon, 2 Aug 1999 07:41:03 +0000 (07:41 +0000)]
p4raw-id: //depot/perl@3873

Configure

index 2349842..0a6f3f5 100755 (executable)
--- 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 <<EOM
 
 Perl 5.006 can be compiled for binary compatibility with 5.005.