summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-19 16:17:03 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-19 16:17:03 +0200
commita7e78954ed4324c2c4782c0fd197a9e77ea4948b (patch)
treeff2db89ac3d34eca0ca051ec1cdc82083bca8d33 /configure.ac
parent9f49e9457547fc65aa6c0646910b291840eb22be (diff)
Remove telinit checks
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index c8cfff3dd..0117573b3 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])
# ------------------------------------------------------------------------------