Commit e7dd2b8dc6fefba0142cfb2c77f3daf5f2236dfc

Daniel Veillard 2002-03-15T18:44:02

it was reported quite a few times that xml2-config --cflags should not * configure,in: it was reported quite a few times that xml2-config --cflags should not output -I$includeprefix/libxml2/libxml because libxml2 header names clashes with existing names like list.h from C++ stl. Includes should be #include<libxml/xxx.h> so ... Daniel