On Mon, 17.05.10 12:54, Scott Talbot ([email protected]) wrote: > >+ [AC_MSG_ERROR([With --distro=none, you must pass > >--with-sysvinit-path to configure])]) > >+ AS_IF([test "x$with_sysvrcd_path" = "x"], > >+ [AC_MSG_ERROR([With --distro=none, you must pass > >--with-sysvrcd-path to configure])]) > >+ AS_IF([test "x$with_dbus_service" = "x"], > >+ [AC_MSG_ERROR([With --distro=none, you must pass > >--with-dbus-service to configure])]) > >+ AS_IF([test "x$with_syslog_service" = "x"], > >+ [AC_MSG_ERROR([With --distro=none, you must pass > >--with-syslog-service to configure])]) > ^^^^^^^^^^^^^ > "--with-distro=other" ?
Goot point. Fixed now. Thanks, Lennart -- Lennart Poettering Red Hat, Inc. lennart [at] poettering [dot] net http://0pointer.net/lennart/ GnuPG 0x1A015CC4 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
