diff options
Diffstat (limited to 'package/protobuf-c')
-rw-r--r-- | package/protobuf-c/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/protobuf-c/Config.in b/package/protobuf-c/Config.in index 17cc8f1d32..3baa05e895 100644 --- a/package/protobuf-c/Config.in +++ b/package/protobuf-c/Config.in @@ -9,5 +9,5 @@ config BR2_PACKAGE_PROTOBUF_C http://code.google.com/p/protobuf-c/ -comment "protobuf-c requires a toolchain with C++ and thread support" +comment "protobuf-c needs a toolchain w/ C++, threads" depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS |