We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee6406 commit 6791ba6Copy full SHA for 6791ba6
configure
@@ -1539,7 +1539,7 @@ sub write_opendds_configh {
1539
'OPENDDS_CONFIG_AUTO_STATIC_INCLUDES' => 0,
1540
'OPENDDS_CONFIG_BOOTTIME_TIMERS' => $host ? 0 : ($opts{'boottime'} // 0),
1541
'OPENDDS_CONFIG_SECURITY' => $host ? 0 : ($opts{'security'} // 0),
1542
- 'OPENDDS_CONFIG_STD_OPTIONAL' => $host ? 0 : $use_optional,
+ 'OPENDDS_CONFIG_STD_OPTIONAL' => $host ? 0 : $use_optional ? 1 : 0,
1543
);
1544
1545
my $replace_value = sub {
0 commit comments