Skip to content

Commit 6791ba6

Browse files
committed
fixed missing value
1 parent 2ee6406 commit 6791ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ sub write_opendds_configh {
15391539
'OPENDDS_CONFIG_AUTO_STATIC_INCLUDES' => 0,
15401540
'OPENDDS_CONFIG_BOOTTIME_TIMERS' => $host ? 0 : ($opts{'boottime'} // 0),
15411541
'OPENDDS_CONFIG_SECURITY' => $host ? 0 : ($opts{'security'} // 0),
1542-
'OPENDDS_CONFIG_STD_OPTIONAL' => $host ? 0 : $use_optional,
1542+
'OPENDDS_CONFIG_STD_OPTIONAL' => $host ? 0 : $use_optional ? 1 : 0,
15431543
);
15441544

15451545
my $replace_value = sub {

0 commit comments

Comments
 (0)