Changeset 2102

Show
Ignore:
Timestamp:
06/14/09 10:05:12 (15 months ago)
Author:
drobilla
Message:

Fix wacky HAVE_AGRAPH definition (ticket #382).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/flowcanvas/wscript

    r1981 r2102  
    4141        autowaf.check_header(conf, 'boost/weak_ptr.hpp', mandatory=True) 
    4242         
    43         conf.define('HAVE_AGRAPH', conf.env['HAVE_AGRAPH']) 
    44  
    4543        conf.write_config_header('flowcanvas-config.h') 
    4644        conf.env['ANTI_ALIAS'] = bool(Options.options.anti_alias)