blob: dc957af2899318a94c01891be286ba5a033e449e [file] [log] [blame]
# Catch common programming error:
# A Condition passed as a string to 'new'.
use Automake::Condition;
my $cond = new Automake::Condition ("COND1_TRUE");
new Automake::Condition ("$cond");