summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-09-17 09:15:12 -0700
committerAndres Freund <andres@anarazel.de>2022-09-17 09:15:12 -0700
commit8d513a6b71b7ad94331a485adaf00adce8ee74ec (patch)
treece16c1ac48dff9414b81ba461b21ff48615a4502 /configure.ac
parent9d3ebba729ebaf5882a92f0f5f662a3312037605 (diff)
downloadpostgresql-8d513a6b71b7ad94331a485adaf00adce8ee74ec.tar.gz
Remove DLLTOOL, DLLWRAP from configure / Makefile.global.in
We got rid of the need for them in 4f5f485d10c and 846e91e0223. Discussion: https://postgr.es/m/20220915022626.5xx3ccgkzpkqw5mq@awork3.anarazel.de
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6b1b30d07a..967f7e7209 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1133,8 +1133,6 @@ AC_PROG_RANLIB
PGAC_CHECK_STRIP
AC_CHECK_TOOL(AR, ar, ar)
if test "$PORTNAME" = "win32"; then
- AC_CHECK_TOOL(DLLTOOL, dlltool, dlltool)
- AC_CHECK_TOOL(DLLWRAP, dllwrap, dllwrap)
AC_CHECK_TOOL(WINDRES, windres, windres)
fi