]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
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)
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

index 8e4a03613e7552d6b8c32af4f046c4126046771a..4b7690943df8756b824e29f39e0759db2c5e7109 100644 (file)
@@ -549,7 +549,7 @@ EX_CHECK_ALL(cairo,      cairo_ps_surface_create,       cairo-ps.h,
 EX_CHECK_ALL(pangocairo-1.0,  pango_font_map_create_context,  pango/pango.h,  pangocairo,  1.28.4,    http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, "")
 
 fi
-EX_CHECK_ALL(xml2,       xmlParseFile,                  libxml/parser.h,        libxml-2.0,        2.7.8,  http://xmlsoft.org/downloads.html, /usr/include/libxml2)
+EX_CHECK_ALL(xml2,       xmlParseFile,                  libxml/parser.h,        libxml-2.0,        2.7.8,  http://xmlsoft.org/downloads.html, "")
 
 if test "$EX_CHECK_ALL_ERR" = "YES"; then
   AC_MSG_ERROR([Please fix the library issues listed above and try again.])