mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-04 05:04:41 +02:00
fix enable inline default message to enabled
This commit is contained in:
@@ -962,7 +962,7 @@ fi
|
|||||||
|
|
||||||
# inline Build
|
# inline Build
|
||||||
AC_ARG_ENABLE([inline],
|
AC_ARG_ENABLE([inline],
|
||||||
[ --enable-inline Enable inline functions (default: disabled)],
|
[ --enable-inline Enable inline functions (default: enabled)],
|
||||||
[ ENABLED_INLINE=$enableval ],
|
[ ENABLED_INLINE=$enableval ],
|
||||||
[ ENABLED_INLINE=yes ]
|
[ ENABLED_INLINE=yes ]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user