]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Create a separate section for para_server.
authorAndre Noll <maan@systemlinux.org>
Thu, 29 Aug 2013 20:56:33 +0000 (20:56 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:40:58 +0000 (11:40 +0100)
commit17ed11f03c1f9bbc5fc5c4b6f81a23afd7dadb67
tree431bd31d80044298286a7e2b01677b469a7cdc5e
parent02c1e053f8ab751551b9f1ad712c3d0c6358bc27
build: Create a separate section for para_server.

The new section is added after osl and crypto detection has been
performed. We only build para_server if both libosl and a crypto
library was found.

This check is not necessary at the moment since we abort earlier if
neither openssl nor gcrypt was detected, but it will eventually allow
to make crypto support optional.
configure.ac