Kaydet (Commit) ef882095 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Make #include <libxml/xpath.h> work --without-system-libxml

Change-Id: I7856fe2d3ed07fcc3a191ac8fb93ff17b793e005
üst 7cbb6d9a
......@@ -51,7 +51,7 @@ my_data='$(my_prefix)$/share/liblangtag'
CONFIGURE_FLAGS+= --prefix='$(my_prefix)'
.IF "$(SYSTEM_LIBXML)"!="YES"
CONFIGURE_FLAGS+= LIBXML2_CFLAGS='-I$(SOLARINCDIR)$/external$/libxml'
CONFIGURE_FLAGS+= LIBXML2_CFLAGS='-I$(SOLARINCDIR)$/external'
.IF "$(GUI)"=="WNT" && "$(COM)"!="GCC"
CONFIGURE_FLAGS+= LIBXML2_LIBS='$(SOLARLIBDIR)$/libxml2.lib'
.ELSE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment