[systemd-devel] [PATCH 2/4] mageia: Correct usage of M4_DEFINES vs. M4_DISTRO_FLAG.
Lennart Poettering
lennart at poettering.net
Mon Jul 2 02:55:56 PDT 2012
On Mon, 02.07.12 09:15, Colin Guthrie (colin at mageia.org) 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.
More information about the systemd-devel
mailing list