diff options
author | Colin Guthrie <colin@mageia.org> | 2012-07-02 09:15:53 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-02 11:52:22 +0200 |
commit | fbf5b12653e29674b1e85c73d446b13ac3a15b38 (patch) | |
tree | e13095265309b1523557a9fe6632221c7e66ac41 /configure.ac | |
parent | 067e1f73e89d8e0df3d5496206f68e58bb25e5a9 (diff) |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e0a2526774..5f0b2254ba 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) ;; |