summaryrefslogtreecommitdiff
path: root/perl/Makefile.PL
diff options
context:
space:
mode:
authortokuhirom <tokuhirom@gmail.com>2010-09-12 00:09:44 +0900
committertokuhirom <tokuhirom@gmail.com>2010-09-12 00:09:44 +0900
commita41f7ce3bd106937900576c00108fefd87559174 (patch)
treee183ed9f7bd9e6a5a44524228c520d15edd096f3 /perl/Makefile.PL
parent1e6262f24f131b28b7c6d25d0c2464d49450ed08 (diff)
downloadmsgpack-python-a41f7ce3bd106937900576c00108fefd87559174.tar.gz
oops. 0.21 breakes ithreads support!
Diffstat (limited to 'perl/Makefile.PL')
-rw-r--r--perl/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile.PL b/perl/Makefile.PL
index 7958bc6..7053cf9 100644
--- a/perl/Makefile.PL
+++ b/perl/Makefile.PL
@@ -18,7 +18,7 @@ if ( $] >= 5.008005 and want_xs() ) {
my $has_c99 = c99_available(); # msgpack C library requires C99.
if ( $has_c99 ) {
- use_ppport 3.19;
+ use_xshelper();
cc_src_paths('xs-src');
if ($ENV{DEBUG}) {
cc_append_to_ccflags '-g';