Change order of OpenSSL library checks. libssl needs libcrypto so if statically linki...
authorMartin Johansson <martin@fatbob.nu>
Thu, 7 Apr 2011 20:54:20 +0000 (22:54 +0200)
committerMartin Johansson <martin@fatbob.nu>
Thu, 7 Apr 2011 20:54:20 +0000 (22:54 +0200)
commita6de51d195e6b3692dc8756c1bab8e96c4d1b9c0
tree00b05ee540d1c96e17f87acc656c56fb1695816e
parentbfbdcab1222208d100c6489b08d374ac25666308
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.
configure.ac