configure: Invert --enable-asm help string since default is now enabled
This commit is contained in:
parent
ef4fac0ea5
commit
d8ab8dc12d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue