[PATCH weston] configure.ac: drop spurious bracket
Guido Günther
agx at sigxcpu.org
Fri Dec 8 19:46:34 UTC 2017
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 <agx at sigxcpu.org>
---
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,
--
2.15.0
More information about the wayland-devel
mailing list