diff options
author | David Robillard <d@drobilla.net> | 2016-08-01 03:43:23 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-08-01 03:44:00 -0400 |
commit | 902703efa9425a0630053c10229de911e23a2a43 (patch) | |
tree | 078b44cf205f8f7a3265142ff95b36f08f56fa05 /wscript | |
parent | ff6d8a87f9569a42c7827428f2329280c9b633b9 (diff) | |
download | ingen-902703efa9425a0630053c10229de911e23a2a43.tar.gz ingen-902703efa9425a0630053c10229de911e23a2a43.tar.bz2 ingen-902703efa9425a0630053c10229de911e23a2a43.zip |
Show colorized log output in messages window
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -92,6 +92,12 @@ def configure(conf): define_name = 'HAVE_ISATTY', mandatory = False) + conf.check(function_name = 'vasprintf', + header_name = 'stdio.h', + defines = '_GNU_SOURCE=1', + define_name = 'HAVE_VASPRINTF', + mandatory = False) + if not Options.options.no_socket: conf.check(function_name = 'socket', header_name = 'sys/socket.h', |