autotools: link against libm with manually detected libxml2
Fixes build on QNX.
This commit is contained in:
@@ -71,7 +71,7 @@ if test "x$with_libxml2" != xno -a "x$with_parser" = x; then
|
||||
[
|
||||
with_parser="libxml2"
|
||||
libxml2_CFLAGS="-I${includedir}/libxml2"
|
||||
libxml2_LIBS="-lxml2"
|
||||
libxml2_LIBS="-lxml2 -lm"
|
||||
PC_LIBS="${libxml2_LIBS} ${PC_LIBS}"
|
||||
PC_CFLAGS="${libxml2_CFLAGS} ${PC_CFLAGS}"
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user