From: Robin Barker Date: Wed, 11 Oct 2006 16:58:10 +0000 (+0100) Subject: RE: g++ compile and make test 100% X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae5c2706608a05b8309995b7b86cba4433e5d602;p=p5sagit%2Fp5-mst-13.2.git RE: g++ compile and make test 100% From: "Robin Barker" Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@29000 --- diff --git a/ext/ODBM_File/t/odbm.t b/ext/ODBM_File/t/odbm.t index c4df3d8..7c9ffef 100755 --- a/ext/ODBM_File/t/odbm.t +++ b/ext/ODBM_File/t/odbm.t @@ -6,7 +6,7 @@ BEGIN { chdir 't' if -d 't'; @INC = '../lib'; require Config; import Config; - if ($Config{'extensions'} !~ /\bODBM_File\b/) { + if ($Config{'extensions'} !~ /\bODBM_File\b/ or $Config{'d_cplusplus'}) { print "1..0 # Skip: ODBM_File was not built\n"; exit 0; }