From: Lennart Poettering Date: Wed, 7 Apr 2010 13:44:35 +0000 (+0200) Subject: build-sys: fix AC_SUBST for /etc/rcN.d X-Git-Tag: v1~623 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d64b723a9e275ee4c6ccb947e3fd6ed6b3e4c359 build-sys: fix AC_SUBST for /etc/rcN.d --- diff --git a/configure.ac b/configure.ac index 2e4804fcd..cffe8a259 100644 --- a/configure.ac +++ b/configure.ac @@ -114,7 +114,7 @@ case $with_distro in esac AC_SUBST(SYSTEM_SYSVINIT_PATH) -AC_SUBST(SYSTEM_RCND_PATH) +AC_SUBST(SYSTEM_SYSVRCND_PATH) AM_CONDITIONAL(TARGET_FEDORA, test x"$with_distro" = xfedora) AM_CONDITIONAL(TARGET_SUSE, test x"$with_distro" = xsuse)