X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=d95a34894b5de83639aacc55f9c8fb2176502044;hp=6d5536b59922dbe979ac5ec648356fefd3734698;hb=1836bf9e1d70240c8079e4db4312309f4f1f91fd;hpb=bdf10b5b4d9e7abdc08bdca4b073d021b0043d1f diff --git a/configure.ac b/configure.ac index 6d5536b59..d95a34894 100644 --- a/configure.ac +++ b/configure.ac @@ -1182,7 +1182,12 @@ 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]) +# ------------------------------------------------------------------------------ # Location of the init scripts as mandated by LSB SYSTEM_SYSVINIT_PATH=/etc/init.d SYSTEM_SYSVRCND_PATH=/etc/rc.d