pidgin/pidgin

Fix configure error message.

2016-09-05, Elliott Sales de Andrade
98fc851b9c99
Parents 1fe9aba16440
Children 3b971d2ecae1
Fix configure error message.
  • +1 -1
    configure.ac
  • --- a/configure.ac Sun Sep 04 05:01:56 2016 -0400
    +++ b/configure.ac Mon Sep 05 02:42:47 2016 -0400
    @@ -575,7 +575,7 @@
    PKG_CHECK_MODULES(GTK, [gtk+-3.0 >= 3.4.2], , [
    AC_MSG_RESULT(no)
    AC_MSG_ERROR([
    -You must have GTK+ 3.0.0 or newer development headers installed to compile
    +You must have GTK+ 3.4.2 or newer development headers installed to compile
    Pidgin. If you want to build only Finch then specify --disable-gtkui when
    running configure.
    ])])