diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-10-11 08:44:57 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-10-11 11:30:45 +0200 |
commit | 0328bd0adeafafaa79501a1cf31557fd4c7a6c2a (patch) | |
tree | b936c4757f4057fc40457554aeebd9d17a4b0ecc /configure.ac | |
parent | 5fc2ef45531cb4777712109433cc3f655a2f7b1c (diff) |
remove unused variables
The if is even wrong, testing for WINNT nested inside testing
for not WINNT.
Change-Id: I797ff61099064f1b66fea34fb25a00a88df4fca2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123255
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 90fc05c31f80..4c9690d01007 100644 --- a/configure.ac +++ b/configure.ac @@ -6262,13 +6262,8 @@ if test "$_os" != "WINNT"; then AC_CHECK_TOOL(OBJDUMP,objdump) AC_CHECK_TOOL(READELF,readelf) AC_CHECK_TOOL(STRIP,strip) - if test "$_os" = "WINNT"; then - AC_CHECK_TOOL(DLLTOOL,dlltool) - AC_CHECK_TOOL(WINDRES,windres) - fi fi AC_SUBST(AR) -AC_SUBST(DLLTOOL) AC_SUBST(LD) AC_SUBST(NM) AC_SUBST(OBJDUMP) @@ -6278,7 +6273,6 @@ AC_SUBST(PKG_CONFIG_LIBDIR) AC_SUBST(RANLIB) AC_SUBST(READELF) AC_SUBST(STRIP) -AC_SUBST(WINDRES) dnl =================================================================== dnl pkg-config checks on macOS |