| Index: third_party/libxml/src/win32/configure.js
|
| diff --git a/third_party/libxml/src/win32/configure.js b/third_party/libxml/src/win32/configure.js
|
| index edd943a6fe3f5defcccaf94a5744198ff96a6358..92b9ba052c2985f589b88a2b52028b6ce1fd4a93 100644
|
| --- a/third_party/libxml/src/win32/configure.js
|
| +++ b/third_party/libxml/src/win32/configure.js
|
| @@ -14,7 +14,7 @@ var srcDirUtils = "..";
|
| var baseName = "libxml2";
|
| /* Configure file which contains the version and the output file where
|
| we can store our build configuration. */
|
| -var configFile = srcDirXml + "\\configure.in";
|
| +var configFile = srcDirXml + "\\configure.ac";
|
| var versionFile = ".\\config.msvc";
|
| /* Input and output files regarding the libxml features. */
|
| var optsFileIn = srcDirXml + "\\include\\libxml\\xmlversion.h.in";
|
|
|