build: Build para_client only if crypto lib was found.
authorAndre Noll <maan@systemlinux.org>
Thu, 29 Aug 2013 21:09:45 +0000 (21:09 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:40:59 +0000 (11:40 +0100)
commit98b801a470a01d805fd03e44c1636186d6e10bbf
tree8255bdfd398a8fab7f73a97f54454abd199bee94
parent17ed11f03c1f9bbc5fc5c4b6f81a23afd7dadb67
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..
configure.ac