# HG changeset patch # User Ethan Blanton # Date 1303162185 0 # Node ID 3248407d3cfef29830d088c56c43bea0e0c18edb # Parent 29f4dbdb1d0f1c60b43dd790cd40aa504197a6e2 Update configure.ac to indicate the correct libgadu requirement in messages. References #13525 diff -r 29f4dbdb1d0f -r 3248407d3cfe configure.ac --- a/configure.ac Sat Apr 16 20:33:30 2011 +0000 +++ b/configure.ac Mon Apr 18 21:29:45 2011 +0000 @@ -1058,7 +1058,7 @@ ]])], [ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[ #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 @@ 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"