diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2012-05-01 10:23:25 +0400 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2012-05-01 10:23:25 +0400 |
| commit | c29a7e7a48e723cac0d21773edd20a530af17414 (patch) | |
| tree | 3c6f7eb221e61451defde0180c7d7a88a87e593a /wscript | |
| parent | 55c95474cceaf5a3f3d799d0a2b4cf8ef9ebad3d (diff) | |
| download | node-augeas-c29a7e7a48e723cac0d21773edd20a530af17414.tar.gz | |
Typo
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ def configure(conf): args='--cflags --libs', mandatory=True) - # libxml2 is required sunce 0.10: + # libxml2 is required since 0.10: conf.check_cfg(package='libxml-2.0', args='--cflags --libs', mandatory=True) |
