diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:17:03 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:17:03 +0200 |
commit | a7e78954ed4324c2c4782c0fd197a9e77ea4948b (patch) | |
tree | ff2db89ac3d34eca0ca051ec1cdc82083bca8d33 | |
parent | 9f49e9457547fc65aa6c0646910b291840eb22be (diff) |
Remove telinit checks
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index c8cfff3dd0..0117573b3f 100644 --- a/configure.ac +++ b/configure.ac @@ -525,16 +525,6 @@ fi AM_CONDITIONAL(ENABLE_KDBUS, [test "$have_kdbus" = "yes"]) # ------------------------------------------------------------------------------ -AC_ARG_WITH(telinit, - AS_HELP_STRING([--with-telinit=PATH], - [Path to telinit]), - [TELINIT="$withval"], - [TELINIT="/lib/sysvinit/telinit"]) - -AC_DEFINE_UNQUOTED(TELINIT, ["$TELINIT"], [Path to telinit]) - -AC_SUBST(TELINIT) - AC_CHECK_HEADERS_ONCE([valgrind/memcheck.h valgrind/valgrind.h]) # ------------------------------------------------------------------------------ |