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 24c900a8326df46dbf024d89b30bdb6e711b53f0 (commit)
from ad98a1a338f5e64c8d978b8958f1fe2556f6e0da (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/24c900a8326df46dbf024d89b30bdb6e711b53f0
commit 24c900a8326df46dbf024d89b30bdb6e711b53f0
Author: Amadeusz SÅawiÅski <[email protected]>
Date: Mon Nov 4 17:42:43 2013 +0100
configure: Fix wrong variable name in --enable-png
Otherwise it tells that yes/no (from --enable/--disable-png) are wrong
options.
diff --git a/configure.ac b/configure.ac
index 270bf3b..605bc8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -659,7 +659,7 @@ dnl PNG Support
dnl ===========
AC_ARG_ENABLE([png],
[AS_HELP_STRING([--disable-png], [disable PNG support through libpng])],
- [AS_CASE(["$enablebal"],
+ [AS_CASE(["$enableval"],
[yes|no], [],
[AC_MSG_ERROR([bad value $enableval for --enable-png])] )],
[enable_png=auto])
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 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].