From: Martin Johansson Date: Thu, 7 Apr 2011 20:54:20 +0000 (+0200) Subject: Change order of OpenSSL library checks. libssl needs libcrypto so if statically linki... X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=a6de51d195e6b3692dc8756c1bab8e96c4d1b9c0;hp=a6de51d195e6b3692dc8756c1bab8e96c4d1b9c0;p=umurmur.git Change order of OpenSSL library checks. libssl needs libcrypto so if statically linking, the libcrypto check must come before the libssl check or it fails. ---