Skip to content
Snippets Groups Projects
Commit bdb54a0e authored by John Ericson's avatar John Ericson Committed by Marge Bot
Browse files

Do not check for the `mingwex` library in `/configure`

See the recent discussion in !10360 --- Cabal will itself check for the
library for the packages that need it, and while the autoconf check
additionally does some other things like define a `HAS_LIBMINGWEX` C
Preprocessor macro, those other things are also unused and unneeded.

Progress towards #17191, which aims to get rid of `/configure` entirely.
parent 34fc28b0
No related branches found
No related tags found
No related merge requests found
......@@ -946,9 +946,6 @@ AC_CHECK_DECLS([program_invocation_short_name], , ,
[#define _GNU_SOURCE 1
#include <errno.h>])
dnl ** check for mingwex library
AC_CHECK_LIB([mingwex],[closedir])
dnl ** check for math library
dnl Keep that check as early as possible.
dnl as we need to know whether we need libm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment