diff options
author | Michele Calgaro <[email protected]> | 2025-01-10 17:59:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-10 22:53:48 +0900 |
commit | f0d9ffb2f3c8f898a45a2f6676ddd6c909cebc1b (patch) | |
tree | ad8f98a83394547b9876ca070f9b6adcb821f3ae /admin/libtool/ltmain.sh | |
parent | 5a2dbe9520f84cab07142f353b8e27a7d355b3de (diff) | |
download | kvirc-f0d9ffb2f3c8f898a45a2f6676ddd6c909cebc1b.tar.gz kvirc-f0d9ffb2f3c8f898a45a2f6676ddd6c909cebc1b.zip |
Remove support for SCOv3.2r14.1.x
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 7cb0a34dd13d71c2834a1f3306f7d550c7471047)
Diffstat (limited to 'admin/libtool/ltmain.sh')
-rw-r--r-- | admin/libtool/ltmain.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/libtool/ltmain.sh b/admin/libtool/ltmain.sh index 746841cd..2e31c825 100644 --- a/admin/libtool/ltmain.sh +++ b/admin/libtool/ltmain.sh @@ -2526,7 +2526,6 @@ EOF if test "$hardcode_direct" = no; then add="$dir/$linklib" case $host in - *-*-sco3.2v5* ) add_dir="-L$dir" ;; *-*-darwin* ) # if the lib is a module then we can not link against # it, someone is ignoring the new warnings I added |