Replace glib threadpool usage with a 'dumb' thread implementation.
[platform/upstream/iotivity.git] / resource / third_party_libs.scons
index 8f18728..9932616 100644 (file)
@@ -48,9 +48,8 @@ if target_os in ['linux', 'tizen']:
 
                conf = Configure(lib_env)
 
-               if not conf.CheckLib('glib-2.0'):
-                       print 'Install glib-2 on ubuntu with the following command'
-                       print 'sudo apt-get install libglib2.0-dev'
+               if target_os in ['tizen'] and not conf.CheckLib('glib-2.0'):
+                       print 'Install glib-2.0 to compile on Tizen platforms'
                        Exit(1)
 
                conf.Finish()