[PATCH weston] autotools: Fix AC_MSG_ERROR call

Quentin Glidic sardemff7+wayland at sardemff7.net
Sat Aug 24 11:26:30 PDT 2013


From: Quentin Glidic <sardemff7+git at sardemff7.net>

Signed-off-by: Quentin Glidic <sardemff7+git at sardemff7.net>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 156237f..f04be85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -425,7 +425,7 @@ fi
 AM_CONDITIONAL(HAVE_LCMS, [test "x$have_lcms" = xyes])
 
 AC_PATH_PROG([wayland_scanner], [wayland-scanner],
-	     [AC_MSG_ERROR("wayland-scanner is needed to compile weston")])
+	     [AC_MSG_ERROR([wayland-scanner is needed to compile weston])])
 
 AC_CONFIG_FILES([Makefile
 		 shared/Makefile
-- 
1.8.3.4



More information about the wayland-devel mailing list