mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-14 20:20:43 +02: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])
|
[use_glibc_compat=no])
|
||||||
|
|
||||||
AC_ARG_ENABLE([asm],
|
AC_ARG_ENABLE([asm],
|
||||||
[AS_HELP_STRING([--enable-asm],
|
[AS_HELP_STRING([--disable-asm],
|
||||||
[Enable assembly routines (default is yes)])],
|
[disable assembly routines (enabled by default)])],
|
||||||
[use_asm=$enableval],
|
[use_asm=$enableval],
|
||||||
[use_asm=yes])
|
[use_asm=yes])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user