On Mon, 02.07.12 09:15, Colin Guthrie ([email protected]) wrote: > This seems to have been a problem since mageia support was merged, > as upstream had changed how this bit worked without us realising. > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index e0a2526..5f0b225 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -587,7 +587,7 @@ case $with_distro in > mageia) > SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d > AC_DEFINE(TARGET_MAGEIA, [], [Target is Mageia]) > - M4_DISTRO_FLAG=-DTARGET_MAGEIA=1 > + M4_DEFINES=-DTARGET_MAGEIA=1 > ;; > other) > ;;
Merged the first two, thanks! Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
