Update the python bindings to the latest API version
[deb_shairplay.git] / src / SConscript
index f09dd22812527cee53f1e184dcba75d07f8e27fc..536cc06e6e882ef3de9732432b8098bc06ed3f45 100644 (file)
@@ -6,6 +6,10 @@ env.Append(CPPPATH = ['include'])
 
 # Set up the environment for compiling the libraries
 libenv = env.Clone()
+conf = Configure(libenv)
+conf.CheckLib('pthread')
+conf.CheckLib('dns_sd')
+libenv = conf.Finish()
 libenv.Append(CPPPATH = ['lib'])
 
 # Make sure libraries are compiled with DLL_EXPORT on windows