diff options
Diffstat (limited to 'lib/replace/wscript')
-rw-r--r-- | lib/replace/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index c24d6e76b3..57b10a94cb 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -29,6 +29,7 @@ def configure(conf): conf.env.standalone_replace = conf.IN_LAUNCH_DIR() + conf.DEFINE('HAVE_LIBREPLACE', 1) conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1) # on Tru64 certain features are only available with _OSF_SOURCE set to 1 |