summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-08-07 09:36:01 -0700
committerAndres Freund <andres@anarazel.de>2022-08-07 09:36:01 -0700
commit9ddb870bd479c1e9cacc5605b7831a4df90fcbf5 (patch)
treef1b4bcefdf168d60555be5129276164aee077fad /configure.ac
parent320f92b744b44f961e5d56f5f21de003e8027a7f (diff)
downloadpostgresql-9ddb870bd479c1e9cacc5605b7831a4df90fcbf5.tar.gz
windows: Remove HAVE_MINIDUMP_TYPE test
We've relied on it being present for msvc for ages... Reviewed-By: Thomas Munro <thomas.munro@gmail.com> Discussion: https://postgr.es/m/20220807012914.ydz73yte6j3coulo@awork3.anarazel.de
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index c3accc91a1..1b6c963cb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1937,18 +1937,7 @@ if test "$PORTNAME" = "win32"; then
AC_LIBOBJ(win32security)
AC_LIBOBJ(win32setlocale)
AC_LIBOBJ(win32stat)
- AC_CHECK_TYPES(MINIDUMP_TYPE, [pgac_minidump_type=yes], [pgac_minidump_type=no], [
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
-#include <string.h>
-#include <dbghelp.h>])
-fi
-if test x"$pgac_minidump_type" = x"yes" ; then
- AC_SUBST(have_win32_dbghelp,yes)
-else
- AC_SUBST(have_win32_dbghelp,no)
fi
-
# Cygwin needs only a bit of that
if test "$PORTNAME" = "cygwin"; then
AC_LIBOBJ(dirmod)