This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.

The branch, next has been updated
       via  c32c2427c155b2b97a55e31953ddb2ef5f4d855c (commit)
      from  253483a8447ebf4955dee890013c207ca9bfa4b2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/c32c2427c155b2b97a55e31953ddb2ef5f4d855c

commit c32c2427c155b2b97a55e31953ddb2ef5f4d855c
Author: David Maciejak <[email protected]>
Date:   Wed Feb 12 15:21:15 2014 +0700

    Fixed xinerama detection
    
    This patch fixes xinerama configure script auto detection when the
    libs are setup but the headers are missing.
    Without it, configure script is stopping on my system with the msg:
    "found no but cannot compile with the header".

diff --git a/m4/wm_xext_check.m4 b/m4/wm_xext_check.m4
index 51da16f4..852d9114 100644
--- a/m4/wm_xext_check.m4
+++ b/m4/wm_xext_check.m4
@@ -155,7 +155,7 @@ sed -e 's,^[[^%]]*% *,,' | sed -e 's, *%.*$,,' `" dnl
              [wm_header="X11/extensions/Xinerama.h" ; 
wm_fct="XineramaQueryScreens(NULL, &intval)"])
          AS_IF([wm_fn_lib_try_compile "$wm_header" "int intval;" "$wm_fct" ""],
              [],
-             [AC_MSG_ERROR([found $wm_cv_xext_xinerama but cannot compile with 
the header])])
+             [wm_cv_xext_xinerama="no"])
          AS_UNSET([wm_header])
          AS_UNSET([wm_fct])
          CFLAGS="$wm_save_CFLAGS"])

-----------------------------------------------------------------------

Summary of changes:
 m4/wm_xext_check.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
-- 
wmaker-crm.git ("The Window Maker window manager")


-- 
To unsubscribe, send mail to [email protected].

Reply via email to