# HG changeset patch # User John Bailey # Date 1196059260 0 # Node ID 146766959840bf47bad3004316f8ff3e9c1e5baa # Parent 372711300f571ba60a6684384e91f747014c90ea Fix a grammar mistake I managed to catch. diff -r 372711300f57 -r 146766959840 configure.ac --- a/configure.ac Mon Nov 26 06:31:41 2007 +0000 +++ b/configure.ac Mon Nov 26 06:41:00 2007 +0000 @@ -383,7 +383,7 @@ AC_MSG_ERROR([ You must have the GTK+ 2.0 development headers installed to compile Pidgin. -If you only want to build Finch then specify --disable-gtkui when running configure. +If you want to build only Finch then specify --disable-gtkui when running configure. ])]) AC_SUBST(GTK_CFLAGS)