Skip to content

Commit fc10e5f

Browse files
authored
Update configure.ac
1 parent ce012d3 commit fc10e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ dnl See https://emscripten.org/docs/compiling/Dynamic-Linking.html
13231323
AC_MSG_CHECKING([for --enable-wasm-dynamic-linking])
13241324
AC_ARG_ENABLE([wasm-dynamic-linking],
13251325
[AS_HELP_STRING([--enable-wasm-dynamic-linking],
1326-
[Enable dynamic linking support for WebAssembly (default is no); WASI requires external support])],
1326+
[Enable dynamic linking support for WebAssembly (default is no); WASI requires an external dynamic loader to handle imports])],
13271327
[
13281328
AS_CASE([$ac_sys_system],
13291329
[Emscripten], [],

0 commit comments

Comments
 (0)