mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +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_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])
|
||||
], [
|
||||
|
|
Loading…
Reference in a new issue