Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: make --openssl-use-sys a boolean option
Browse files Browse the repository at this point in the history
Before you had to enter a truthy value like: --openssl-use-sys=1
  • Loading branch information
TooTallNate committed Mar 17, 2012
1 parent 8151693 commit 70e6889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -66,7 +66,7 @@ parser.add_option("--shared-v8-libname",
help="Alternative lib name to link to (default: 'v8')")

parser.add_option("--openssl-use-sys",
action="store",
action="store_true",
dest="openssl_use_sys",
help="Use the system OpenSSL instead of one included with Node")

Expand Down

0 comments on commit 70e6889

Please sign in to comment.