mirror of
https://github.com/systemd/systemd.git
synced 2024-12-20 23:53:38 +08: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:
parent
067e1f73e8
commit
fbf5b12653
@ -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)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user