Skip to content

Commit 8e55fb4

Browse files
committed
fix help string for --enable-embedded-blocks-runtime
1 parent ab16f5e commit 8e55fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

m4/blocks.m4

+2-2
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)