X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=2b78dddcc88dbf8e9655c7e92977275c5bb60006;hp=8c93ea011ad6eeee25161c6cf90047e1460a55dc;hb=85df5c16a4d10d955b204d9296827e108c0216a0;hpb=f5eb2a086bc5d5d36bc2e4755a1d6b508e202250 diff --git a/configure.ac b/configure.ac index 8c93ea011..2b78dddcc 100644 --- a/configure.ac +++ b/configure.ac @@ -153,10 +153,7 @@ AS_IF( [test "x$with_cgroupctrl" = "xnone"], [with_cgroupctrl=elogind]) # If this was not possible, /proc/self/cgroup not mounted yet, and 'auto' # chosen, error out. AS_IF( [test -z "$with_cgroupctrl"], - AC_MSG_ERROR([No running cgroup controller found]), [ - # Otherwise add the 'name=' prefix - with_cgroupctrl="name=$with_cgroupctrl" -]) + AC_MSG_ERROR([No running cgroup controller found])) # ------------------------------------------------------------------------------ address_sanitizer_cflags=