mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
Fixed few nits in the build files.
Fixed the nits from last change (Provide an option to build decoder library). Change-Id: I7d8675b8156dc63cf21ef64810722552e7fb59f6
This commit is contained in:
@ -272,7 +272,7 @@ dnl === Check whether decoder library should be built.
|
||||
AC_MSG_CHECKING(whether decoder library is to be built)
|
||||
AC_ARG_ENABLE([libwebpdecoder],
|
||||
AS_HELP_STRING([--enable-libwebpdecoder],
|
||||
[Building libwebpdecoder @<:@default=no@:>@]))
|
||||
[Build libwebpdecoder @<:@default=no@:>@]))
|
||||
AC_MSG_RESULT(${enable_libwebpdecoder-no})
|
||||
AM_CONDITIONAL([BUILD_LIBWEBPDECODER], [test "$enable_libwebpdecoder" = "yes"])
|
||||
|
||||
|
Reference in New Issue
Block a user