From: Andre Noll Date: Thu, 29 Aug 2013 21:09:45 +0000 (+0000) Subject: build: Build para_client only if crypto lib was found. X-Git-Tag: v0.5.1~1^2~62 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=98b801a470a01d805fd03e44c1636186d6e10bbf;hp=98b801a470a01d805fd03e44c1636186d6e10bbf build: Build para_client only if crypto lib was found. This creates a separate section for para_client, similar to the one for para_server that was added in the previous patch. The new section sets $build_client to either yes or no, depending on whether a crypto library (openssl nor gcrypt) was found by the tests performed earlier. This test is always true at the moment since we abort anyway if neither library was detected. But this is about to change, so.. ---