From 3de5d986dc5cebf31287d1c41388a1004976df7d Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Fri, 16 Jan 2015 00:13:27 +0000 Subject: systemd support (--with-systemd) (config/install script untested) --- src/configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/configure') diff --git a/src/configure b/src/configure index f070150..c318121 100755 --- a/src/configure +++ b/src/configure @@ -94,6 +94,7 @@ print_usage() { echo " --with-gcrypt= don't use systemwide gcrypt" echo " --with-nettle= don't use systemwide nettle" echo " --with-openssl= don't use systemwide openssl" + echo " --with-systemd install systemd unit descriptions" echo " --use-clang use clang/llvm as compiler/linker" } @@ -172,6 +173,9 @@ do --with-openssl=*) OPENSSL_PREFIX=${arg#--with-openssl=} ;; + --with-systemd=*) + SYSTEMD=1 + ;; --help) print_usage exit 0 -- cgit v1.2.3