From a796d24cf697b0b51aa0ca7ef887e980f0d9fb7a Mon Sep 17 00:00:00 2001 From: Olivier Ramonat Date: Tue, 29 Mar 2011 14:19:40 +0200 Subject: [PATCH] Fix help message for waf configure --with-sqlite --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index b990e148a..f3082aec7 100644 --- a/wscript +++ b/wscript @@ -30,7 +30,7 @@ PPC optimized version (ppc) or the SHA1 functions from OpenSSL (openssl)") opt.add_option('--arch', action='store', default='x86', help='Select target architecture (ia64, x64, x86, x86_amd64, x86_ia64)') opt.add_option('--with-sqlite', action='store_true', default=False, - dest='use_sqlite', help='Disable sqlite support') + dest='use_sqlite', help='Enable sqlite support') opt.add_option('--threadsafe', action='store_true', default=False, help='Make libgit2 thread-safe (requires pthreads)')