Mercurial > pidgin
changeset 16186:d0690b9a607a
Deal with Gaim in some error messages.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 16 Apr 2007 00:52:52 +0000 |
parents | 56430bf7fe9d |
children | 61c2d36a38a3 |
files | configure.ac |
diffstat | 1 files changed, 6 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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