aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 627e709d8..afc32d903 100644
--- a/configure.ac
+++ b/configure.ac
@@ -761,7 +761,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