X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=2b78dddcc88dbf8e9655c7e92977275c5bb60006;hp=0a321d2d8c8c39a684bbb7972511397168535819;hb=321384507f1223033fc0fb2969f6e29598ba7d92;hpb=20cca8d0627a8edc265314d700f5c4aa96ebed4e diff --git a/configure.ac b/configure.ac index 0a321d2d8..2b78dddcc 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([elogind], - [232], + [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=