pidgin: 649c7240: Update configure.ac to indicate the corr...
elb at pidgin.im
elb at pidgin.im
Mon Apr 18 17:35:27 EDT 2011
----------------------------------------------------------------------
Revision: 649c72408dd9527b22c5e15aced51c15e325d4bb
Parent: 4fb1347ba91ca1ac8b6f5ad029c1ed0f1b6e60a2
Author: elb at pidgin.im
Date: 04/18/11 17:29:45
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/649c72408dd9527b22c5e15aced51c15e325d4bb
Changelog:
Update configure.ac to indicate the correct libgadu requirement in messages.
References #13525
Changes against parent 4fb1347ba91ca1ac8b6f5ad029c1ed0f1b6e60a2
patched configure.ac
-------------- next part --------------
============================================================
--- configure.ac e910e1c3c49b7b477aa4f7f1c05c900c22744feb
+++ configure.ac 88333f800304da8967e892766bf81bed42f0f597
@@ -1058,7 +1058,7 @@ if test "x$gadu_libs" = "xyes"; then
]])], [
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <libgadu.h>]], [[
#if GG_DEFAULT_PROTOCOL_VERSION < 0x2e
-#error "Your libgadu version is too old. libpurple requires 1.9.0-rc2 or higher."
+#error "Your libgadu version is too old. libpurple requires 1.10.1 or higher."
#endif
]])], [
AC_MSG_RESULT(yes)
@@ -1069,7 +1069,7 @@ if test "x$gadu_libs" = "xyes"; then
echo
echo
echo "Your supplied copy of libgadu is too old."
- echo "Install version 1.9.0-rc2 or newer."
+ echo "Install version 1.10.1 or newer."
echo "Then rerun this ./configure"
echo
echo "Falling back to using our own copy of libgadu"
More information about the Commits
mailing list