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 249447363a5158589a0dca3949328f248f17dd19 (commit)
from 24c900a8326df46dbf024d89b30bdb6e711b53f0 (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/249447363a5158589a0dca3949328f248f17dd19
commit 249447363a5158589a0dca3949328f248f17dd19
Author: Amadeusz SÅawiÅski <[email protected]>
Date: Mon Nov 4 18:54:10 2013 +0100
configure: Fix failing check when LDFLAGS are set
export LDFLAGS="-Wl,-O1 -Wl,--as-needed"
./configure --enable-png
...
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for PNG support library... configure: error: explicit PNG support
requested but no library found
diff --git a/m4/wm_imgfmt_check.m4 b/m4/wm_imgfmt_check.m4
index 9368266..8f3b224 100644
--- a/m4/wm_imgfmt_check.m4
+++ b/m4/wm_imgfmt_check.m4
@@ -263,7 +263,7 @@ AC_DEFUN_ONCE([_WM_IMGFMT_CHECK_FUNCTS],
@%:@ Assumes that LDFLAGS have been saved in 'wm_save_LDFLAGS' by caller
wm_fn_imgfmt_try_link ()
{
- LDFLAGS="$wm_save_LDFLAGS $[]2"
+ LDFLAGS="$[]2 $wm_save_LDFLAGS"
AC_TRY_LINK_FUNC([$[]1],
[wm_retval=0],
[wm_retval=1])
-----------------------------------------------------------------------
Summary of changes:
m4/wm_imgfmt_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].