mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
configure: Fix missing argument separator.
This commit is contained in:
parent
3549ab473a
commit
173ba9ddf6
1 changed files with 1 additions and 1 deletions
|
@ -2142,7 +2142,7 @@ PKG_CHECK_MODULES(LLVM, [LLVM],
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_MSG_CHECKING(whether to enable experimental libllvm module)
|
AC_MSG_CHECKING(whether to enable experimental libllvm module)
|
||||||
AC_ARG_ENABLE(devllvm, RB_HELP_STRING([--enable-devllvm], [Enable experimental LLVM module development])
|
AC_ARG_ENABLE(devllvm, RB_HELP_STRING([--enable-devllvm], [Enable experimental LLVM module development]),
|
||||||
[
|
[
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
], [
|
], [
|
||||||
|
|
Loading…
Add table
Reference in a new issue