diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-07-30 07:03:21 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-07-30 17:05:32 -0700 |
commit | a60ce8b60d5c6f672c730a0b2c159d405124f7a7 (patch) | |
tree | b3402658348c5d27848530efc6b940c06da211d8 /set_soenv.in | |
parent | 0b0ae70b5bbbcb4cb3ab49879a94052c9918eb23 (diff) |
MacOS: Remove some of my changes.
tml didn't like some of them; plus, configure.in -> configure removes the
[] in if statements (atleast on my machine) so I have to use "test".
My CPATH & LIBRARY_PATH statements where unreliable; even after modifying
set_soenv.in to export them correctly. I'm currently exporting them before
the ./autogen.sh && make and things seem to work better; I'm still looking
for a better solution.
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in index f48cf2cf7c54..a26d2a0ebf24 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -86,7 +86,7 @@ my ( $oldPATH, $SRC_ROOT, $SO_HOME, $JAVA_HOME, $JDK, $JAVAFLAGS, $OOO_SHELL, $WIN_GNUCOPY, $WIN_TOUCH, $MOZILLA_VERSION, $MOZILLA_TOOLKIT, $PREBUILD_MOZAB, $MOZILLABUILD, $PROEXT, $TARFILE_LOCATION, $GNUMAKE, $PYTHON, $SYSTEM_PYTHON, $SYSTEM_MOZILLA, $EPM_FLAGS, - $MACOSX_SDK_PATH, $CPATH, $LIBRARY_PATH); + $MACOSX_SDK_PATH); # #------------------------------------------- # IId. Declaring the aliases. |