bug-buddy r2683 - branches/gnome-2-24
- From: cosimoc svn gnome org
- To: svn-commits-list gnome org
- Subject: bug-buddy r2683 - branches/gnome-2-24
- Date: Thu, 11 Sep 2008 09:33:17 +0000 (UTC)
Author: cosimoc
Date: Thu Sep 11 09:33:17 2008
New Revision: 2683
URL: http://svn.gnome.org/viewvc/bug-buddy?rev=2683&view=rev
Log:
2008-09-11 Cosimo Cecchi <cosimoc gnome org>
* configure.in: disable Solaris from the list of supported
google-breakpad platforms for 2.24. See bug #473561.
Modified:
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/configure.in
Modified: branches/gnome-2-24/configure.in
==============================================================================
--- branches/gnome-2-24/configure.in (original)
+++ branches/gnome-2-24/configure.in Thu Sep 11 09:33:17 2008
@@ -90,10 +90,15 @@
AC_CONFIG_SUBDIRS(google-breakpad)
GOOGLE_BREAKPAD_SUPPORTED_OS="no"
case $target_os in
- solaris*)
- solaris=yes
- GOOGLE_BREAKPAD_SUPPORTED_OS="yes"
- ;;
+##################################################
+# disabling solaris for 2.24, see
+# http://bugzilla.gnome.org/show_bug.cgi?id=473561
+#
+# solaris*)
+# solaris=yes
+# GOOGLE_BREAKPAD_SUPPORTED_OS="yes"
+# ;;
+##################################################
linux*)
linux=yes
GOOGLE_BREAKPAD_SUPPORTED_OS="yes"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]