From 2006655b31abee042f889dc5221cf2a894669d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Fri, 8 Dec 2017 20:46:34 +0100 Subject: [PATCH] configure.ac: drop spurious bracket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise configure output looks like checking for library containing pam_open_session... -lpam ./configure: line 18064: ]: command not found checking for COLORD... yes Signed-off-by: Guido Günther Reviewed-by: Daniel Stone --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ed4b94fd..d1b5f471 100644 --- a/configure.ac +++ b/configure.ac @@ -449,7 +449,7 @@ fi AM_CONDITIONAL(HAVE_PANGO, test "x$have_pango" = "xyes") if test "x$have_pango" = "xyes"; then - AC_DEFINE([HAVE_PANGO], [1], [Have pango])] + AC_DEFINE([HAVE_PANGO], [1], [Have pango]) fi AM_CONDITIONAL(HAVE_CAIRO_GLESV2,