mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 547609 - configure.in: improve --disable-compile-environment option code; (Av1-MC) Use MOZ_ARG_DISABLE_BOOL().
r=ted.mielczarek.
This commit is contained in:
parent
a2e80628c2
commit
931f405843
@ -213,10 +213,9 @@ esac
|
||||
fi
|
||||
|
||||
COMPILE_ENVIRONMENT=1
|
||||
MOZ_ARG_ENABLE_BOOL(compile-environment,
|
||||
MOZ_ARG_DISABLE_BOOL(compile-environment,
|
||||
[ --disable-compile-environment
|
||||
Disable compiler/library checks.],
|
||||
COMPILE_ENVIRONMENT=1,
|
||||
COMPILE_ENVIRONMENT= )
|
||||
AC_SUBST(COMPILE_ENVIRONMENT)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user