ref: da6536774584601d88cddbdb2998efbb706f4edc
parent: 0a5e04c19c86678471cd3bcc8f3e5d83595314f6
author: Ozkan Sezer <[email protected]>
date: Tue Oct 27 17:33:02 EDT 2020
configure.ac: remove broken dllwrap, etc detection: not needed anymore.
--- a/configure.ac
+++ b/configure.ac
@@ -80,12 +80,6 @@
dnl ====================================================================================
-AS_IF([test "x${build_os}${host_os}" = "xmingw32mingw32"], [
- AC_CHECK_PROG(DLLTOOL, dlltool, dlltool)
- AC_CHECK_PROG(DLLWRAP, dllwrap, dllwrap)
- AC_CHECK_PROG(PEXPORTS, pexports, pexports)
- ])
-
AC_HEADER_STDC
AC_HEADER_STDBOOL