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 <a...@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

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to