diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2016-12-23 23:22:25 +0100 |
---|---|---|
committer | Matúš Kukan <matus@libreoffice.org> | 2017-01-02 21:20:21 +0000 |
commit | 35bc9668567a8c61763715f0854a42324dc5a4f4 (patch) | |
tree | 72abf594c4a28f314a1f9a874d096b36c21a9f6f /configure.ac | |
parent | c8660e164e3719ac2b0a626524f88c8c78ac806f (diff) |
Remove package with dbghelp.dll
ENABLE_CRASHDUMP is always empty.
dbghelp.dll was removed from scp2 in
8ab4d2f29fdd2c058db23f6ee7b2200655d4c6f6
Change-Id: I5c47ce4b4cafb2f24185ddd9a31eb1a3176fa176
Reviewed-on: https://gerrit.libreoffice.org/32395
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 6fc14875a4bf..79e643b21df8 100644 --- a/configure.ac +++ b/configure.ac @@ -3653,13 +3653,6 @@ AC_SUBST(DISABLE_ACTIVEX) AC_SUBST(DISABLE_ATL) # -# dbghelp.dll -# -if test "$_os" = "WINNT"; then - BUILD_TYPE="$BUILD_TYPE DBGHELP" -fi - -# # unowinreg.dll # UNOWINREG_DLL="185d60944ea767075d27247c3162b3bc-unowinreg.dll" |