Discussion:
[PATCH] Fix CentOS target detection
Luis Correia
2008-07-13 17:59:24 UTC
Permalink
Hi there Jules,

I've found a new bug over automatic distro detection in e-b, and
here's the patch:

[***@devel evolution-brutus]$ svn diff acinclude.m4
Index: acinclude.m4
===================================================================
--- acinclude.m4 (revision 307)
+++ acinclude.m4 (working copy)
@@ -142,7 +142,7 @@
fi
;;
esac
- case "$brutus_target" in
+ case "x$brutus_target" in
xCentOS)
AM_CONDITIONAL(BRUTUS_CENT_OS, true)
AC_DEFINE([LORICA_CENT_OS], [1], [Define if this is a
CentOS based distribution])
Jules Colding
2008-07-13 22:39:34 UTC
Permalink
Post by Luis Correia
Hi there Jules,
I've found a new bug over automatic distro detection in e-b, and
Yes, mea culpa. Thanks, I've committed.

Best regards,
jules
Post by Luis Correia
Index: acinclude.m4
===================================================================
--- acinclude.m4 (revision 307)
+++ acinclude.m4 (working copy)
@@ -142,7 +142,7 @@
fi
;;
esac
- case "$brutus_target" in
+ case "x$brutus_target" in
xCentOS)
AM_CONDITIONAL(BRUTUS_CENT_OS, true)
AC_DEFINE([LORICA_CENT_OS], [1], [Define if this is a
CentOS based distribution])
_______________________________________________
brutus mailing list
http://www.42tools.com/mailman/listinfo/brutus
Loading...