From 9a09039c0842ce9cc52eb2b4e5f0003b40cef98e Mon Sep 17 00:00:00 2001 From: Johanna Amann Date: Fri, 4 Mar 2016 11:18:27 -0800 Subject: [PATCH] Also update configure for the new openssl cmake script. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f94085f9d3..a7a6f3b059 100755 --- a/configure +++ b/configure @@ -226,7 +226,7 @@ while [ $# -ne 0 ]; do append_cache_entry DISABLE_RUBY_BINDINGS BOOL false ;; --with-openssl=*) - append_cache_entry OpenSSL_ROOT_DIR PATH $optarg + append_cache_entry OPENSSL_ROOT_DIR PATH $optarg ;; --with-bind=*) append_cache_entry BIND_ROOT_DIR PATH $optarg