Skip to content

Commit

Permalink
Fix help message for waf configure --with-sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbang authored and vmg committed Mar 29, 2011
1 parent 553fbd6 commit a796d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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)')

Expand Down

0 comments on commit a796d24

Please sign in to comment.