--- buildtools/wafsamba/samba_conftests.py.orig 2010-12-15 04:46:16.000000000 -0600 +++ buildtools/wafsamba/samba_conftests.py 2012-05-03 09:28:03.000000000 -0500 @@ -238,11 +238,7 @@ o.rpath=os.path.join(bdir, 'default/libdir') # compile the program - try: - bld.compile() - except: - conf.check_message(msg, '', False) - return False + bld.compile() # path for execution lastprog = o.link_task.outputs[0].abspath(env)