diff options
author | athenian200 <athenian200@outlook.com> | 2019-10-02 20:36:49 -0500 |
---|---|---|
committer | athenian200 <athenian200@outlook.com> | 2019-10-21 04:53:42 -0500 |
commit | 7e5ff857eefd66008c78f2bcda62b28316e71f09 (patch) | |
tree | ca4b594f07d446d1b753dec43111a7366d68b38b /old-configure.in | |
parent | beea314ffe6c9cefeb232e9b38fcecf66154854f (diff) | |
download | UXP-7e5ff857eefd66008c78f2bcda62b28316e71f09.tar UXP-7e5ff857eefd66008c78f2bcda62b28316e71f09.tar.gz UXP-7e5ff857eefd66008c78f2bcda62b28316e71f09.tar.lz UXP-7e5ff857eefd66008c78f2bcda62b28316e71f09.tar.xz UXP-7e5ff857eefd66008c78f2bcda62b28316e71f09.zip |
MoonchildProductions#1251 - Part 18: (Hopefully) final version of build system fixes.
I hope I can just apply these nice, clean changes and have everything work without having to make a mess again.
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old-configure.in b/old-configure.in index 1525ecc9b..f8fb9245b 100644 --- a/old-configure.in +++ b/old-configure.in @@ -1197,6 +1197,10 @@ case "$target" in fi ;; +*-solaris* + MOZ_FIX_LINK_PATHS="-L${DIST}/bin" + ;; + esac AC_SUBST_LIST(MMX_FLAGS) |