<br><br><div class="gmail_quote">2013/6/25 <span dir="ltr"><<a href="mailto:sardemff7+wayland@sardemff7.net" target="_blank">sardemff7+wayland@sardemff7.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 25/06/2013 17:28, mchalain [<a href="mailto:marc.chalain@gmail.com" target="_blank">marc.chalain@gmail.com</a>] wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
From: mchalain <<a href="mailto:marc.chalain@gmail.com" target="_blank">marc.chalain@gmail.com</a>><br></blockquote></div></div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
AC_CHECK_LIB([jpeg], [jpeg_CreateDecompress], have_jpeglib=yes)<br>
if test x$have_jpeglib = xyes; then<br>
JPEG_LIBS="-ljpeg"<br>
@@ -259,8 +269,8 @@ AS_IF([test "x$enable_resize_optimization" = "xyes"],<br>
[AC_DEFINE([USE_RESIZE_POOL], [1], [Use resize memory pool as a performance optimization])])<br>
<br>
AC_ARG_ENABLE(weston-launch, [ --enable-weston-launch],, enable_weston_launch=yes)<br>
-AM_CONDITIONAL(BUILD_WESTON_<u></u>LAUNCH, test x$enable_weston_launch == xyes)<br>
-if test x$enable_weston_launch == xyes; then<br>
+AM_CONDITIONAL(BUILD_WESTON_<u></u>LAUNCH, test x$enable_weston_launch = xyes)<br>
+if test x$enable_weston_launch = xyes; then<br>
PKG_CHECK_MODULES(WESTON_<u></u>LAUNCH, [libdrm])<br>
PKG_CHECK_MODULES(SYSTEMD_<u></u>LOGIN, [libsystemd-login],<br>
[have_systemd_login=yes], [have_systemd_login=no])<br>
</blockquote>
<br></div>
You should remove that hunk (git checkout -p).<div class="im"><br></div></blockquote><div>Yes but it's a bug already exiting <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="h5">
<br>
<br>
-- <br>
<br></div>
Quentin “Sardem FF7” Glidic<br>
</blockquote></div><br>