summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-09-02 12:22:42 +0200
committerBastien Nocera <hadess@hadess.net>2021-09-02 17:40:30 +0200
commit95ee81fc6ecd9531cd86dcf94c4c6714ce75eb35 (patch)
tree33330e074a0fcde9382ee1a9c564767507cb0b13
parent820031cd26335005749f58056fe3db11d66730a0 (diff)
downloadupower-95ee81fc6ecd9531cd86dcf94c4c6714ce75eb35.tar.gz
build: Remove systemdutildir option
It appears that this option is not used (anymore).
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 8c5e334..8531137 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,15 +159,6 @@ PKG_CHECK_MODULES(GIO_UNIX, [gio-unix-2.0])
dnl ====================================================================
dnl Check for systemd
dnl ====================================================================
-AC_ARG_WITH([systemdutildir],
- AS_HELP_STRING([--with-systemdutildir=DIR], [Directory for systemd utilities]),
- [],
- [with_systemdutildir=$($PKG_CONFIG --variable=systemdutildir systemd)])
-if test x$with_systemdutildir != xno; then
- AC_SUBST([systemdutildir], [$with_systemdutildir])
-fi
-AM_CONDITIONAL(HAVE_SYSTEMDUTILDIR, [test -n "$systemdutildir"])
-
AC_ARG_WITH([systemdsystemunitdir],
AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files]),
[],