epiphany r8236 - branches/gnome-2-22
- From: diegoe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8236 - branches/gnome-2-22
- Date: Sun, 18 May 2008 22:36:31 +0000 (UTC)
Author: diegoe
Date: Sun May 18 22:36:31 2008
New Revision: 8236
URL: http://svn.gnome.org/viewvc/epiphany?rev=8236&view=rev
Log:
Fix the check for a valid LSB_DISTRIBUTOR string. Patch by Josselin Mouette,
closes: #529778.
Modified:
branches/gnome-2-22/configure.ac
Modified: branches/gnome-2-22/configure.ac
==============================================================================
--- branches/gnome-2-22/configure.ac (original)
+++ branches/gnome-2-22/configure.ac Sun May 18 22:36:31 2008
@@ -761,7 +761,7 @@
AS_HELP_STRING([--with-distributor-name=name],[Set the distributor name]),
[LSB_DISTRIBUTOR="$withval"])
-if test -z "$LSB_DISTRIBUTOR" = ""; then
+if test -z "$LSB_DISTRIBUTOR"; then
AC_CHECK_PROGS([LSB_RELEASE], [lsb_release],)
if test -n "$LSB_RELEASE"; then
# Fallback on lsb_release if available
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]