mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
autoconf: normalize experimental define
EXPERIMENTAL -> WEBP_EXPERIMENTAL_FEATURES the former is not used in the source; this adds WEBP_EXPERIMENTAL_FEATURES to config.h Change-Id: I4822bd3be1ea631e96629ae249dc778cdb5d8bb6
This commit is contained in:
parent
5e338e0b9a
commit
537bde05cc
@ -244,7 +244,7 @@ AC_MSG_CHECKING(if --enable-experimental option is specified)
|
|||||||
AC_ARG_ENABLE([experimental], AS_HELP_STRING([--enable-experimental],
|
AC_ARG_ENABLE([experimental], AS_HELP_STRING([--enable-experimental],
|
||||||
[Activate experimental features]))
|
[Activate experimental features]))
|
||||||
if test "$enable_experimental" = "yes"; then
|
if test "$enable_experimental" = "yes"; then
|
||||||
AC_DEFINE(EXPERIMENTAL,,[Enable experimental code])
|
AC_DEFINE(WEBP_EXPERIMENTAL_FEATURES, [1], [Enable experimental code])
|
||||||
USE_EXPERIMENTAL_CODE="-DWEBP_EXPERIMENTAL_FEATURES"
|
USE_EXPERIMENTAL_CODE="-DWEBP_EXPERIMENTAL_FEATURES"
|
||||||
fi
|
fi
|
||||||
AC_MSG_RESULT(${enable_experimental-no})
|
AC_MSG_RESULT(${enable_experimental-no})
|
||||||
|
Loading…
Reference in New Issue
Block a user