[svn:mod_parrot] r656 - mod_parrot/branches/configure-jeff/t/conf

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

Modified:
   mod_parrot/branches/configure-jeff/t/conf/extra.conf.in

Log:
change dynext path for tests so they can load modparrot_group


Modified: mod_parrot/branches/configure-jeff/t/conf/extra.conf.in
==============================================================================
--- mod_parrot/branches/configure-jeff/t/conf/extra.conf.in	(original)
+++ mod_parrot/branches/configure-jeff/t/conf/extra.conf.in	Sat Aug 29 10:23:23 2009
@@ -4,7 +4,7 @@
 
 ParrotIncludePath @ServerRoot@/../lib
 ParrotLibPath @ServerRoot@/../lib
-ParrotDynextPath @ServerRoot@/../src/pmc
+ParrotDynextPath @ServerRoot@/..
 ParrotInit @ServerRoot@/../lib/mod_parrot.pbc
 ParrotLoadImmediate @ServerRoot@/../lib/ModParrot/HLL/pir.pbc
 ParrotLoad @ServerRoot@/lib/handlers.pbc