mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
Fix autoconfig help
This commit is contained in:
parent
daee7001fb
commit
62b634d941
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ dnl Explicit link-time-optimization switch
|
|||
dnl
|
||||
|
||||
AC_MSG_CHECKING(whether to enable link-time optimization)
|
||||
AC_ARG_ENABLE(lto, RB_HELP_STRING([--disable-lto], [Enable link-time optimization]),
|
||||
AC_ARG_ENABLE(lto, RB_HELP_STRING([--enable-lto], [Enable link-time optimization]),
|
||||
[
|
||||
lto=$enableval
|
||||
], [
|
||||
|
|
Loading…
Reference in a new issue