From 04b02f5e34008e6957507eae5462acd39b6966de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johan=20Bergstr=C3=B6m?= Date: Mon, 13 Apr 2015 22:27:19 +1000 Subject: [PATCH] build: Remove deprecated flags Remove flags that were deprecated in f31502926 (soon 3 years ago). PR-URL: https://github.com/iojs/io.js/pull/1407 Reviewed-By: Ben Noordhuis --- configure | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/configure b/configure index 16d71a8..17e7d66 100755 --- a/configure +++ b/configure @@ -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', -- 2.7.4