summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 23:02:44 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 23:02:44 -0500
commite4aac6daea258aaf6b0ff9ea75b1bfb2f903e45a (patch)
treeaf941f28eb6719fb3693bdacee2a714ffa939ae5 /solenv/bin
parent94730f359023a3e90fd6d5239a12a150f41f4dd2 (diff)
ENABLE_MACOSX_MACLIKE* Harmonize ENABLE_* variable to TRUE/<nothing>
Change-Id: I0c51975c1c13dbd100bbd8e6103835ce8a8c3691
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/macosx-change-install-names.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/macosx-change-install-names.pl b/solenv/bin/macosx-change-install-names.pl
index 7e5645c92f01..cbfd06f937c7 100644
--- a/solenv/bin/macosx-change-install-names.pl
+++ b/solenv/bin/macosx-change-install-names.pl
@@ -38,7 +38,7 @@
# That latter case is useful for libraries from external modules, where the
# external build process locates them in some sub-directory.
-my $OLD = $ENV{ENABLE_MACOSX_MACLIKE_APP_STRUCTURE} ne 'YES';
+my $OLD = $ENV{ENABLE_MACOSX_MACLIKE_APP_STRUCTURE} ne 'TRUE';
sub action($$$)
{