From ae5c2706608a05b8309995b7b86cba4433e5d602 Mon Sep 17 00:00:00 2001 From: Robin Barker Date: Wed, 11 Oct 2006 17:58:10 +0100 Subject: [PATCH] RE: g++ compile and make test 100% From: "Robin Barker" Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@29000 --- ext/ODBM_File/t/odbm.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4