# New Ticket Created by  Steve Peters 
# Please include the string:  [perl #41180]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41180 >


Sometimes, you need to know which compiler you are using before 
processing the hints.  Currently, however, Configure.pl processes
the hints before even looking at the command line arguments for 
which compiler you are using.  The following patch clears this up.

Steve Peters
[EMAIL PROTECTED]


--- Configure.pl.old    2007-01-04 09:50:41.000000000 -0600
+++ Configure.pl        2007-01-04 09:51:02.000000000 -0600
@@ -464,9 +464,9 @@
     init::defaults
     init::install
     init::miniparrot
+    inter::progs
     init::hints
     init::headers
-    inter::progs
     inter::make
     inter::lex
     inter::yacc

Reply via email to