在 2020/4/6 5:04, Stephen Kitt 写道:
> genlib's configure checks for -lmangle before -lm; as a result, the
> -lm checks include -lmangle which fails because the required library
> path isn't specified. To avoid this, we check for -lm before checking
> for -lmangle.
>
> Signed-off-by: Stephen Kitt
>
genlib's configure checks for -lmangle before -lm; as a result, the
-lm checks include -lmangle which fails because the required library
path isn't specified. To avoid this, we check for -lm before checking
for -lmangle.
Signed-off-by: Stephen Kitt
---
mingw-w64-tools/genlib/configure.ac | 16 ++