From 9ac89ee43b63b431886c289eca4a5eee510ee2e5 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sun, 18 May 2008 22:23:13 +0000 Subject: Fix the check for a valid LSB_DISTRIBUTOR string. Patch by Josselin Mouette, closes: #529778. svn path=/trunk/; revision=8235 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c671eeafd..bde94583d 100644 --- a/configure.ac +++ b/configure.ac @@ -498,7 +498,7 @@ AC_ARG_WITH([distributor-name], 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 -- cgit v1.2.3