diff options
-rw-r--r-- | wscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,10 @@ def configure(conf): lib = 'dl', mandatory = False) + conf.check_cc(define_name = 'HAVE_GETOPT_LONG', + header_name = 'getopt.h', + function_name = 'getopt_long') + conf.write_config_header('blop_config.h', remove=False) # Set env.pluginlib_PATTERN |