blob: 8e69e2b1bc4d3c480c120bf0c51e32adbc6bee75 [file] [log] [blame]
# Catch common programming error:
# A non-reference passed to new.
use Automake::Condition qw/TRUE FALSE/;
use Automake::DisjConditions;
my $cond = new Automake::Condition ("COND1_TRUE");
new Automake::DisjConditions ("$cond");