aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure b/configure
index ce0c6a01f1..e21e1e48e4 100755
--- a/configure
+++ b/configure
@@ -675,6 +675,7 @@ bindnow
enable_lock_elision
hardcoded_path_in_tests
use_default_link
+systemdsystemunitdir
sysheaders
with_fp
READELF
@@ -753,6 +754,7 @@ with_fp
with_binutils
with_selinux
with_headers
+with_systemdsystemunitdir
with_default_link
enable_sanity_checks
enable_shared
@@ -1454,6 +1456,8 @@ Optional Packages:
--with-selinux if building with SELinux support
--with-headers=PATH location of system headers to use (for example
/usr/src/linux/include) [default=compiler default]
+ --with-systemdsystemunitdir=DIR
+ directory for systemd service files
--with-default-link do not use explicit linker scripts
--with-cpu=CPU select code for CPU variant
@@ -3422,6 +3426,16 @@ fi
+# Check whether --with-systemdsystemunitdir was given.
+if test "${with_systemdsystemunitdir+set}" = set; then :
+ withval=$with_systemdsystemunitdir; systemdsystemunitdir=$withval
+else
+ systemdsystemunitdir=''
+fi
+
+
+
+
# Check whether --with-default-link was given.
if test "${with_default_link+set}" = set; then :