build-sys: fix AC_SUBST for /etc/rcN.d

This commit is contained in:
Lennart Poettering 2010-04-07 15:44:35 +02:00
parent 061978fa4d
commit d64b723a9e
1 changed files with 1 additions and 1 deletions

View 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)