chiark / gitweb /
build-sys: fix AC_SUBST for /etc/rcN.d
authorLennart Poettering <lennart@poettering.net>
Wed, 7 Apr 2010 13:44:35 +0000 (15:44 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 7 Apr 2010 13:44:35 +0000 (15:44 +0200)
configure.ac

index 2e4804fcde8e4957bce261530d1bb4915a9abb47..cffe8a259f6e28bcd867f13a22658ff1da86e2c0 100644 (file)
@@ -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)