Skip to content

Commit

Permalink
build: Remove deprecated flags
Browse files Browse the repository at this point in the history
Remove flags that were deprecated in f315029 (soon 3 years ago).

PR-URL: #1407
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
jbergstroem committed Apr 13, 2015
1 parent 39d395c commit 04b02f5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions configure
Expand Up @@ -70,24 +70,6 @@ parser.add_option("--openssl-no-asm",
dest="openssl_no_asm",
help="Do not build optimized assembly for OpenSSL")

# deprecated
parser.add_option('--openssl-includes',
action='store',
dest='shared_openssl_includes',
help=optparse.SUPPRESS_HELP)

# deprecated
parser.add_option('--openssl-libpath',
action='store',
dest='shared_openssl_libpath',
help=optparse.SUPPRESS_HELP)

# deprecated
parser.add_option('--openssl-use-sys',
action='store_true',
dest='shared_openssl',
help=optparse.SUPPRESS_HELP)

parser.add_option('--shared-http-parser',
action='store_true',
dest='shared_http_parser',
Expand Down

0 comments on commit 04b02f5

Please sign in to comment.