diff --git a/system/base/libunistring/actions.py b/system/base/libunistring/actions.py index 19d9c5ca..f3a4adf4 100644 --- a/system/base/libunistring/actions.py +++ b/system/base/libunistring/actions.py @@ -17,8 +17,8 @@ def setup(): def build(): autotools.make() -def check(): - autotools.make("check") +#def check(): + #autotools.make("check") def install(): autotools.install()