[svn:mod_parrot] r463 - mod_parrot/trunk
[email protected] Mon, 13 Oct 2008 08:16:23 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Mon Oct 13 08:16:23 2008
New Revision: 463
Modified:
mod_parrot/trunk/Configure.pl
Log:
remove extra newline from Makefile output
Modified: mod_parrot/trunk/Configure.pl
==============================================================================
--- mod_parrot/trunk/Configure.pl (original)
+++ mod_parrot/trunk/Configure.pl Mon Oct 13 08:16:23 2008
@@ -73,6 +73,7 @@
print "Configuring mod_parrot for $mpm MPM.\n";
# we can't use the config verbatim -- apxs chokes on it, so we use what we can
+chomp($ap_cflags);
my $cflags = " -I$parrot_build_dir/include -Iinclude $ap_cflags";
$cflags .= " -DMPM_IS_THREADED" if (mpm_is_threaded($mpm));
my $libs = parrot_config('libs') . " -lparrot";