On 01/10/2016 11:13, Quentin Glidic wrote:
On 01/10/2016 11:01, Armin Krezović wrote:
On 29.09.2016 22:24, Murray Calavera wrote:
Signed-off-by: Murray Calavera <[email protected]>

Reviewed-by: Armin Krezović <[email protected]>

Thanks for this patch.
Reviewed-by: Quentin Glidic <[email protected]>

And pushed:
e338ced..5d69343  master -> master

Correction:
e338ced..3123c81  master -> master

Cheers,



---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index f35e887..72715a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -440,10 +440,10 @@ AS_IF([test "x$enable_resize_optimization" =
"xyes"],
       [AC_DEFINE([USE_RESIZE_POOL], [1], [Use resize memory pool as
a performance optimization])])

 AC_ARG_ENABLE(weston-launch, [  --enable-weston-launch],,
enable_weston_launch=yes)
-AM_CONDITIONAL(BUILD_WESTON_LAUNCH, test x$enable_weston_launch ==
xyes)
-if test x$enable_weston_launch == xyes; then
+AM_CONDITIONAL(BUILD_WESTON_LAUNCH, test x$enable_weston_launch = xyes)
+if test x$enable_weston_launch = xyes; then
   WESTON_SEARCH_LIBS([PAM], [pam], [pam_open_session],
[have_pam=yes], [have_pam=no])
-  if test x$have_pam == xno; then
+  if test x$have_pam = xno; then
     AC_ERROR([weston-launch requires pam])
   fi
 fi




--

Quentin “Sardem FF7” Glidic
_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to