[svn:mod_parrot] r658 - mod_parrot/branches/configure-jeff/src

[email protected] Sat, 29 Aug 2009 11:11:52 -0700 (PDT)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Sat Aug 29 11:11:52 2009
New Revision: 658

Modified:
   mod_parrot/branches/configure-jeff/src/mod_parrot.c

Log:
ParrotIncludePath now sets Parrot's include path instead of the lib path


Modified: mod_parrot/branches/configure-jeff/src/mod_parrot.c
==============================================================================
--- mod_parrot/branches/configure-jeff/src/mod_parrot.c	(original)
+++ mod_parrot/branches/configure-jeff/src/mod_parrot.c	Sat Aug 29 11:11:52 2009
@@ -143,9 +143,8 @@
 
     /* set additional paths from apache config */
     if (cfg->include_path) {
-        /* XXX set to "include_path" when tests & docs are updated */
         modparrot_call_sub_IS(interp, "ModParrot",
-            "modparrot_set_lib_path", &i, cfg->include_path);
+            "modparrot_set_include_path", &i, cfg->include_path);
     }
     if (cfg->lib_path) {
         modparrot_call_sub_IS(interp, "ModParrot",