]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
configure.ac: remove explicit default path for libxml2 524/head
authorPeter A. Bigot <pab@pabigot.com>
Tue, 5 Aug 2014 21:39:58 +0000 (16:39 -0500)
committerPeter A. Bigot <pab@pabigot.com>
Tue, 5 Aug 2014 21:39:58 +0000 (16:39 -0500)
commita89aa806371095580e77ccaf5c25497739d60f40
tree438230b31e37a9db6dc98e37c81155ccbd1922c8
parentb8170873fe545194ef1a63cbc0e340d75590d645
configure.ac: remove explicit default path for libxml2

OpenEmbedded needs to cross-compile rrdtool, and historically has
applied this patch locally because the implementation of EX_CHECK_ALL
unconditionally added -I/usr/include.  Since the correct include path is
automatically provided by a successful pkg-config invocation there is no
need to set it explicitly.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
configure.ac