]> git.0d.be Git - empathy.git/blobdiff - configure.ac
Updated Galician translations
[empathy.git] / configure.ac
index 0ea89b569e64824f5bfa45bf69a229eee99dbeea..5ffe0de3f31ed7f99f72f67bf6f5b9c6dbaed71f 100644 (file)
@@ -2,8 +2,8 @@ dnl If not 1, append datestamp to the version number
 m4_define(empathy_released, 0)
 
 m4_define([empathy_major_version], [2])
-m4_define([empathy_minor_version], [30])
-m4_define([empathy_micro_version], [1])
+m4_define([empathy_minor_version], [31])
+m4_define([empathy_micro_version], [3])
 m4_define([empathy_nano_version], [0])
 
 dnl Display the nano_version only if it's not '0'
@@ -32,7 +32,7 @@ AC_COPYRIGHT([
 GLIB_REQUIRED=2.22.0
 GTK_REQUIRED=2.20.0
 GCONF_REQUIRED=1.2.0
-TELEPATHY_GLIB_REQUIRED=0.11.3
+TELEPATHY_GLIB_REQUIRED=0.11.6
 TELEPATHY_LOGGER=0.1.1
 ENCHANT_REQUIRED=1.2.0
 ISO_CODES_REQUIRED=0.35
@@ -465,7 +465,7 @@ AC_ARG_ENABLE(favourite_contacts,
                              [Enable favourite contacts]), ,
                              enable_favourite_contacts=no)
 
-if test "x$enable_favourite_contacts" != "xno" -o "x$chain_enable_favourite_contacts" == "xyes"; then
+if test "x$enable_favourite_contacts" != "xno" || test "x$chain_enable_favourite_contacts" = "xyes"; then
     PKG_CHECK_MODULES(TELEPATHY_LOGGER,
     [
        telepathy-logger
@@ -479,7 +479,7 @@ else
    have_favourite_contacts="no"
 fi
 
-if test "x$enable_favourite_contacts" = "xyes" -a "x$have_favourite_contacts" != "xyes"; then
+if test "x$enable_favourite_contacts" = "xyes" && test "x$have_favourite_contacts" != "xyes"; then
    AC_MSG_ERROR([Couldn't find favourite contacts dependencies.])
 fi