1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-16 02:50:07 +03:00

threads default to native now

This commit is contained in:
Igor Zlatkovic 2003-05-17 11:30:54 +00:00
parent 84f8c6db65
commit e38ab53243

View File

@ -28,7 +28,7 @@ var verMinor;
var verMicro;
/* Libxml features. */
var withTrio = false;
var withThreads = "ctls";
var withThreads = "native";
var withFtp = true;
var withHttp = true;
var withHtml = true;