Re: [Mingw-w64-public] [PATCH] Detect -lm in genlib

2020-04-05 Thread Liu Hao
在 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 >

[Mingw-w64-public] [PATCH] Detect -lm in genlib

2020-04-05 Thread 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 ++