1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

*** empty log message ***

This commit is contained in:
Igor Zlatkovic
2002-04-16 17:58:19 +00:00
parent a9dd67008e
commit 1feca14f9f
4 changed files with 11 additions and 391 deletions

View File

@ -154,7 +154,7 @@ function discoverVersion()
vf.WriteLine("BINDIR=" + binDir);
vf.WriteLine("WITH_DEBUG=" + (withXsltDebug? "1" : "0"));
vf.WriteLine("WITH_MEM_DEBUG=" + (withMemDebug? "1" : "0"));
vf.WriteLine("WITH_DEBUG=" + (withDebugger? "1" : "0"));
vf.WriteLine("WITH_DEBUGGER=" + (withDebugger? "1" : "0"));
vf.WriteLine("DEBUG=" + (buildDebug? "1" : "0"));
vf.WriteLine("STATIC=" + (buildStatic? "1" : "0"));
vf.WriteLine("PREFIX=" + buildPrefix);