X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=9d080ada2155b281a4120a133b0eb47d2044116a;hp=cb419169ed57ec91466d1844c6ee725e6c403802;hb=27765dfc7a32d790badb29e6498b34edb0b60c33;hpb=8c6db8336536916d0476ff8233e0abf40a2f6aab diff --git a/configure.ac b/configure.ac index cb419169e..9d080ada2 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ(2.63) -AC_INIT([systemd],[0],[systemd-devel@lists.freedesktop.org]) +AC_INIT([systemd],[1],[systemd-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) @@ -52,7 +52,7 @@ CC_CHECK_CFLAGS_APPEND([ \ -Wall \ -W \ -Wextra \ - -Winline \ + -Wno-inline \ -Wvla \ -Wundef \ -Wformat=2 \