Modify android sample app
[platform/upstream/iotivity.git] / resource / third_party_libs.scons
index 8f18728..46b80bd 100644 (file)
@@ -47,12 +47,6 @@ if target_os in ['linux', 'tizen']:
 ''' % target_arch
 
                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'
-                       Exit(1)
-
                conf.Finish()