diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-07 15:44:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-07 15:44:35 +0200 |
commit | d64b723a9e275ee4c6ccb947e3fd6ed6b3e4c359 (patch) | |
tree | dd31403333f1d6a5cd7eed16827a5048b80595fc | |
parent | 061978fa4d10851d18786432688a32984732c376 (diff) |
build-sys: fix AC_SUBST for /etc/rcN.d
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2e4804fcde..cffe8a259f 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) |