summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-19 16:36:15 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-19 16:36:15 +0200
commitc21446eca097f3237610d4d3db9a5e7669fdd98a (patch)
treeb9c461d4cb5d1a9ef44e4c6bb3b3d11cc31ec33e
parentd9780e33159ddd1d6431e982bc0e8b27574d0a2a (diff)
Remove ldconfig support
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index b4386b5d1b..7d3d436f16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -539,11 +539,6 @@ AS_IF([test "x$enable_manpages" != xno], [have_manpages=yes])
AM_CONDITIONAL(ENABLE_MANPAGES, [test "x$have_manpages" = "xyes"])
# ------------------------------------------------------------------------------
-AC_ARG_ENABLE(ldconfig,
- [AC_HELP_STRING([--disable-ldconfig], [disable ldconfig])],
- enable_ldconfig=$enableval, enable_ldconfig=yes)
-AM_CONDITIONAL(ENABLE_LDCONFIG, [test x$enable_ldconfig = xyes])
-
AC_SUBST(M4_DEFINES)
AC_ARG_WITH([tty-gid],
@@ -708,7 +703,6 @@ AC_MSG_RESULT([
test coverage: ${have_coverage}
Split /usr: ${enable_split_usr}
SysV compatibility: ${SYSTEM_SYSV_COMPAT}
- ldconfig support: ${enable_ldconfig}
extra debugging: ${enable_debug}
prefix: ${prefix}