diff options
author | Michele Calgaro <[email protected]> | 2025-02-04 23:49:39 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-04 23:49:39 +0900 |
commit | 46f42bcd5a6e2ad99fe842432279e529adce890a (patch) | |
tree | 693e15a0ef390109c0e85a1d0e12f579df3e6d4a /src/3rdparty/libmng/configure | |
parent | c5cda03125a6d34c179d968011083bceb87976bd (diff) | |
download | tqt3-46f42bcd5a6e2ad99fe842432279e529adce890a.tar.gz tqt3-46f42bcd5a6e2ad99fe842432279e529adce890a.zip |
Drop support for discontinued DGUX
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/3rdparty/libmng/configure')
-rwxr-xr-x | src/3rdparty/libmng/configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/3rdparty/libmng/configure b/src/3rdparty/libmng/configure index 8bd536d25..162ef6a1d 100755 --- a/src/3rdparty/libmng/configure +++ b/src/3rdparty/libmng/configure @@ -3802,12 +3802,6 @@ EOF hardcode_shlibpath_var=no ;; - dgux*) - archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - hardcode_libdir_flag_spec='-L$libdir' - hardcode_shlibpath_var=no - ;; - sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' @@ -4243,15 +4237,6 @@ uts4*) shlibpath_var=LD_LIBRARY_PATH ;; -dgux*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' - soname_spec='${libname}${release}.so$major' - shlibpath_var=LD_LIBRARY_PATH - ;; - sysv4*MP*) if test -d /usr/nec ;then version_type=linux |