# HG changeset patch # User Will Thompson # Date 1192234940 0 # Node ID 308857bded2520e69c371ed7ebf3cf973769642a # Parent e967fd47baa5ad035a37a388d66b83fc42636c4c purple_lt_current needed to be bumped (as per the comment at the start of configure.ac) in order for this to build. diff -r e967fd47baa5 -r 308857bded25 configure.ac --- a/configure.ac Fri Oct 12 03:53:58 2007 +0000 +++ b/configure.ac Sat Oct 13 00:22:20 2007 +0000 @@ -43,7 +43,7 @@ # # Make sure to update finch/libgnt/configure.ac with libgnt version changes. # -m4_define([purple_lt_current], [2]) +m4_define([purple_lt_current], [3]) m4_define([purple_major_version], [2]) m4_define([purple_minor_version], [3]) m4_define([purple_micro_version], [0])