X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=2b78dddcc88dbf8e9655c7e92977275c5bb60006;hb=34278190a248f6ba50639b75b4ed85ff4f62b3a0;hp=76103aaa505869496fd9f8a52a1452a34802cebe;hpb=41ab6b37cca2861133b7201e3ebaaa20cd306a99;p=elogind.git diff --git a/configure.ac b/configure.ac index 76103aaa5..2b78dddcc 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([elogind], - [232.1], + [232.2], [https://github.com/elogind/elogind/issues], [elogind], [https://github.com/elogind/elogind]) @@ -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=