Skip to content

fix help string for --enable-embedded-blocks-runtime #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions m4/blocks.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ AC_ARG_WITH([blocks-runtime],
# Configure argument to enable/disable using an embedded blocks runtime
#
AC_ARG_ENABLE([embedded_blocks_runtime],
[AS_HELP_STRING([--enable_embedded_blocks_runtime],
[Enable usage of blocks runtime embedded in libdispatch])],,
[AS_HELP_STRING([--enable-embedded-blocks-runtime],
[Embed blocks runtime in libdispatch [default=yes on Linux, default=no on all other platforms]])],,
[case $target_os in
linux*)
enable_embedded_blocks_runtime=yes
Expand Down