epiphany r8235 - trunk
- From: diegoe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8235 - trunk
- Date: Sun, 18 May 2008 22:23:13 +0000 (UTC)
Author: diegoe
Date: Sun May 18 22:23:13 2008
New Revision: 8235
URL: http://svn.gnome.org/viewvc/epiphany?rev=8235&view=rev
Log:
Fix the check for a valid LSB_DISTRIBUTOR string. Patch by Josselin Mouette,
closes: #529778.
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sun May 18 22:23:13 2008
@@ -498,7 +498,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]