=== modified file 'SConstruct' --- SConstruct 2009-10-14 13:47:59 +0000 +++ SConstruct 2009-10-14 13:45:43 +0000 @@ -229,7 +229,8 @@ env.ParseConfig('pkg-config --libs libglade-2.0') env.ParseConfig('pkg-config --libs gthread-2.0') - env.ParseConfig('pkg-config --libs libnotify') + if env.has_key('HAVE_LIBNOTIFY') and env['HAVE_LIBNOTIFY']: + env.ParseConfig('pkg-config --libs libnotify') env.Append(LIBPATH = BUILD_PATH + 'dcpp') env.Prepend(LIBS = 'dcpp')