From 94aeeab837a02a07e109598165ab76b765889bd9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Feb 2013 20:07:09 +0000 Subject: Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5077 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index df2344d..45b3e41 100644 --- a/wscript +++ b/wscript @@ -37,8 +37,6 @@ def options(opt): autowaf.set_options(opt) opt.add_option('--test', action='store_true', dest='build_tests', help="Build unit tests") - opt.add_option('--cpp0x', action='store_true', dest='cpp0x', - help="Use C++0x smart pointers instead of boost") def configure(conf): conf.load('compiler_cxx') -- cgit v1.2.1