X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=33b0ca958ca1bd951d5cb0eb2fc409b29b89d10f;hb=69aec65cf8da55e400cf0a4f213b0a48268ca19f;hp=5e3561394a3c3ae58239f84c334b50103bdde721;hpb=9ca3c17f207121b3c19a44217558b056a7585944;p=elogind.git diff --git a/configure.ac b/configure.ac index 5e3561394..33b0ca958 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [200], + [201], [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd], [systemd], [http://www.freedesktop.org/wiki/Software/systemd]) @@ -693,6 +693,8 @@ AC_DEFINE_UNQUOTED(TELINIT, ["$TELINIT"], [Path to telinit]) AC_SUBST(TELINIT) +AC_CHECK_HEADERS_ONCE([valgrind/memcheck.h]) + # ------------------------------------------------------------------------------ have_myhostname=no AC_ARG_ENABLE(myhostname, AS_HELP_STRING([--disable-myhostname], [disable nss-myhostname support]))