1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

mageia: Correct usage of M4_DEFINES vs. M4_DISTRO_FLAG.

This seems to have been a problem since mageia support was merged,
as upstream had changed how this bit worked without us realising.
This commit is contained in:
Colin Guthrie 2012-07-02 09:15:53 +01:00 committed by Lennart Poettering
parent 067e1f73e8
commit fbf5b12653

View File

@ -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)
;;