diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-08-30 23:02:44 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-08-30 23:02:44 -0500 |
commit | e4aac6daea258aaf6b0ff9ea75b1bfb2f903e45a (patch) | |
tree | af941f28eb6719fb3693bdacee2a714ffa939ae5 /configure.ac | |
parent | 94730f359023a3e90fd6d5239a12a150f41f4dd2 (diff) |
ENABLE_MACOSX_MACLIKE* Harmonize ENABLE_* variable to TRUE/<nothing>
Change-Id: I0c51975c1c13dbd100bbd8e6103835ce8a8c3691
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0cd3093b9a7d..cada74d96479 100644 --- a/configure.ac +++ b/configure.ac @@ -2885,7 +2885,7 @@ if test $_os = Darwin -a "$enable_canonical_installation_tree_structure" = yes; LIBO_URE_LIB_FOLDER=Frameworks LIBO_URE_SHARE_FOLDER=Resources/ure LIBO_URE_SHARE_JAVA_FOLDER=Resources/java - ENABLE_MACOSX_MACLIKE_APP_STRUCTURE=YES + ENABLE_MACOSX_MACLIKE_APP_STRUCTURE=TRUE AC_DEFINE(HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE) elif test $_os = Darwin; then LIBO_BIN_FOLDER=MacOS |