Luis Correia
2008-07-13 17:59:24 UTC
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])
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])