Get rid of odd ENABLE_SYMBOLS=FALSE

Desktop / LibreOffice - Stephan Bergmann [redhat.com] - 11 July 2016 03:57 UTC

- None of the other ENABLE_* support anything but TRUE or empty.

- Other checks for -n "$ENABLE_SYMBOLS" in configure.ac are confused by it.

- solenv/gbuild/gbuild.help.txt talks about "If not empty", not mentioning "FALSE".

- A missing (redundant) explicit --disable-symbols left gb_SYMBOL uninitialized (instead of setting it to $(false))---but without consequences, as all the places checking gb_SYMBOL explicitly check for $(true).

Change-Id: Id004189de27a7936862dab3a5fd84d549c06af2b Reviewed-on: https://gerrit.libreoffice.org/27057

436ee09 Get rid of odd ENABLE_SYMBOLS=FALSE
configure.ac | 6 +-----
solenv/gbuild/gbuild.mk | 6 ++----
2 files changed, 3 insertions(+), 9 deletions(-)

Upstream: cgit.freedesktop.org


  • Share