Skip to content

Commit e9a78f6

Browse files
dgrove-ossdas
authored andcommitted
fix help string for --enable-embedded-blocks-runtime
Signed-off-by: Daniel A. Steffen <[email protected]>
1 parent 684d7e1 commit e9a78f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

m4/blocks.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ AC_ARG_WITH([blocks-runtime],
1414
# Configure argument to enable/disable using an embedded blocks runtime
1515
#
1616
AC_ARG_ENABLE([embedded_blocks_runtime],
17-
[AS_HELP_STRING([--enable_embedded_blocks_runtime],
18-
[Enable usage of blocks runtime embedded in libdispatch])],,
17+
[AS_HELP_STRING([--enable-embedded-blocks-runtime],
18+
[Embed blocks runtime in libdispatch [default=yes on Linux, default=no on all other platforms]])],,
1919
[case $target_os in
2020
linux*)
2121
enable_embedded_blocks_runtime=yes

0 commit comments

Comments
 (0)