# HG changeset patch # User Richard Laager # Date 1176684772 0 # Node ID d0690b9a607a3c271a4beb96136abea319ebf44c # Parent 56430bf7fe9d63a20601fc1e79fb36162a569f1d Deal with Gaim in some error messages. diff -r 56430bf7fe9d -r d0690b9a607a configure.ac --- a/configure.ac Mon Apr 16 00:52:23 2007 +0000 +++ b/configure.ac Mon Apr 16 00:52:52 2007 +0000 @@ -173,7 +173,7 @@ AC_MSG_RESULT(no) AC_MSG_ERROR([ -You must have the GLib 2.0 development headers installed to build Gaim. +You must have the GLib 2.0 development headers installed to build. ])]) AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) @@ -206,7 +206,7 @@ enable_gtkspell="$enableval", enable_gtkspell="yes") AC_ARG_ENABLE(gevolution, [AC_HELP_STRING([--disable-gevolution], - [compile without the Gaim Evolution plugin])], + [compile without the Evolution plugin])], enable_gevolution="$enableval", enable_gevolution="yes") AC_ARG_ENABLE(cap, [AC_HELP_STRING([--disable-cap], @@ -234,9 +234,8 @@ AC_MSG_RESULT(no) AC_MSG_ERROR([ -You must have the GTK+ 2.0 development headers installed to compile Gaim's -GTK+ interface. If you only want to build the console interface then -specify --disable-gtkui when running configure. +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. ])]) AC_SUBST(GTK_CFLAGS) @@ -451,7 +450,7 @@ AC_MSG_RESULT(no) AC_MSG_ERROR([ -You must have libxml2 >= 2.6.0 development headers installed to build Gaim. +You must have libxml2 >= 2.6.0 development headers installed to build. ])]) AC_SUBST(LIBXML_CFLAGS) AC_SUBST(LIBXML_LIBS) @@ -931,7 +930,7 @@ dnl ####################################################################### dnl Python scripts are used to auto-generate about 3000 lines of C -dnl and XML code that wraps (part of) the existing Gaim API so that +dnl and XML code that wraps (part of) the existing API so that dnl it is now accessible through D-Bus. dnl Python is only required if --enable-dbus is used, and only for