mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-19 05:45:05 +01:00
configure: Invert --enable-asm help string since default is now enabled
This commit is contained in:
parent
ef4fac0ea5
commit
d8ab8dc12d
@ -183,8 +183,8 @@ AC_ARG_ENABLE([glibc-back-compat],
|
||||
[use_glibc_compat=no])
|
||||
|
||||
AC_ARG_ENABLE([asm],
|
||||
[AS_HELP_STRING([--enable-asm],
|
||||
[Enable assembly routines (default is yes)])],
|
||||
[AS_HELP_STRING([--disable-asm],
|
||||
[disable assembly routines (enabled by default)])],
|
||||
[use_asm=$enableval],
|
||||
[use_asm=yes])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user