diff options
-rw-r--r-- | Swiften/SConscript | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 42c1588..f2f583d 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -6,10 +6,7 @@ Import("env") # Flags ################################################################################ -swiften_dep_modules = ["BOOST", "GCONF", "LIBIDN", "ZLIB", "OPENSSL", "LIBXML", "EXPAT", "AVAHI", "LIBMINIUPNPC", "LIBNATPMP"] - -if env["unbound"] : - swiften_dep_modules.extend(["LDNS", "UNBOUND"]) +swiften_dep_modules = ["BOOST", "GCONF", "LIBIDN", "ZLIB", "LDNS", "UNBOUND", "OPENSSL", "LIBXML", "EXPAT", "AVAHI", "LIBMINIUPNPC", "LIBNATPMP"] if env["SCONS_STAGE"] == "flags" : env["SWIFTEN_VERSION"] = Version.getBuildVersion(env.Dir("#").abspath, "swift") |