[systemd-devel] [PATCH 2/4] mageia: Correct usage of M4_DEFINES vs. M4_DISTRO_FLAG.

Colin Guthrie colin at mageia.org
Mon Jul 2 01:15:53 PDT 2012


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



More information about the systemd-devel mailing list