diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-08-31 19:00:58 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-08-31 19:01:19 -0500 |
commit | 8e55a68b7cc31e5cc07013f7a904db3434a7849e (patch) | |
tree | 844af703eb6804fffbbb92272c4256c5eaf113a0 /solenv | |
parent | d6b4644da2c74500aa5ddfe69c36fc1f987bce0d (diff) |
fix comment to reflect the use of TRUE instead of YES for DISABLE_* vars.
Change-Id: Ief8f784fbae3ba2d424c15f20a1455a849d9b949
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/UnoApiTarget.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/UnoApiTarget.mk b/solenv/gbuild/UnoApiTarget.mk index 368c28e53eb2..9f21d61a55a0 100644 --- a/solenv/gbuild/UnoApiTarget.mk +++ b/solenv/gbuild/UnoApiTarget.mk @@ -266,7 +266,7 @@ endef # Example: # If gb_UnoApiHeadersTarget_select_variant is defined as # -# ifeq ($(DISABLE_DYNLOADING),YES) +# ifeq ($(DISABLE_DYNLOADING),TRUE) # gb_UnoApiHeadersTarget_select_variant = $(if $(filter udkapi,$(1)),comprehensive,$(2)) # else # gb_UnoApiHeadersTarget_select_variant = $(2) |