Make Time/HiRes/Makefile.PL produce a Makefile if one is needed
Max Maischein [Sat, 31 Jan 2009 13:50:34 +0000 (14:50 +0100)]
ext/Time/HiRes/Makefile.PL

index 16990ee..2fe6cf4 100644 (file)
@@ -832,7 +832,7 @@ sub doConstants {
 }
 
 sub main {
-    if (-f "xdefine" && !(@ARGV  && $ARGV[0] eq '--configure')) {
+    if (-f "Makefile" and -f "xdefine" && !(@ARGV  && $ARGV[0] eq '--configure')) {
        print qq[$0: The "xdefine" exists, skipping the configure step.\n];
        print qq[("$^X $0 --configure" to force the configure step)\n];
     } else {