diff options
author | unknown <tim@threads.polyesthetic.msg> | 2001-02-01 20:47:35 -0500 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2001-02-01 20:47:35 -0500 |
commit | c1c2b95996e491b8146b31eaa40c6261dafa4a20 (patch) | |
tree | 57a33ff3f540ef7958cee4648a83652fcb653d66 /ltmain.sh | |
parent | 0e30cd0996dc40e395dc8bbd3f2a7ce7a2e0b269 (diff) | |
download | mariadb-git-c1c2b95996e491b8146b31eaa40c6261dafa4a20.tar.gz |
SCO portability fixes and cleanup.
configure.in:
SCO portability fixes.
Removed the LIBS_BEFORE_SOCKET hack dead code.
ltconfig:
SCO portability fixes.
ltmain.sh:
SCO portability fixes.
Diffstat (limited to 'ltmain.sh')
-rw-r--r-- | ltmain.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ltmain.sh b/ltmain.sh index a1c36109556..eba25223e45 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -809,6 +809,7 @@ compiler." ;; esac compile_command="$nonopt" + UW7_compile_command="$nonopt" finalize_command="$nonopt" compile_rpath= |