Now that the *.h files are in their correct home, we don't need
the -I.. flag.  It could even pick up *wrong* versions of the header files
in a neighboring directory.

--- parrot/Configure.pl Mon Sep 17 21:20:43 2001
+++ parrot-andy/Configure.pl    Tue Sep 18 13:36:52 2001
@@ -64,7 +64,7 @@
        nv =>                   ($Config{nvtype}||'double'),
        cc =>                   $Config{cc},
        #ADD C COMPILER FLAGS HERE
-       ccflags =>              $Config{ccflags}." -I.. -I./include",
+       ccflags =>              $Config{ccflags}." -I./include",
        libs =>                 $Config{libs},
        perl =>                 $^X,
        cc_debug =>             '-g',

-- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042

Reply via email to