CamelSession: Remove camel_session_lock/unlock().
[platform/upstream/evolution-data-server.git] / configure.ac
index ee5533e..0a2bfc1 100644 (file)
@@ -2,7 +2,7 @@
 dnl Evolution-Data-Server version
 m4_define([eds_major_version], [3])
 m4_define([eds_minor_version], [5])
-m4_define([eds_micro_version], [4])
+m4_define([eds_micro_version], [90])
 
 m4_define([eds_version],
        [eds_major_version.eds_minor_version.eds_micro_version])
@@ -116,7 +116,7 @@ LIBCAMEL_CURRENT=39
 LIBCAMEL_REVISION=0
 LIBCAMEL_AGE=0
 
-LIBEBACKEND_CURRENT=4
+LIBEBACKEND_CURRENT=5
 LIBEBACKEND_REVISION=0
 LIBEBACKEND_AGE=0
 
@@ -222,13 +222,6 @@ AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
-AM_PROG_LEX
-AC_PROG_YACC
-case $YACC in
-*yacc*)
-       AC_MSG_ERROR([You need bison to build evolution-data-server])
-       ;;
-esac
 
 dnl GCC 4.4 got more aggressive in its aliasing optimizations, changing
 dnl behavior that -- according to the C99 standard -- is supposed to be
@@ -388,10 +381,6 @@ if `$PKG_CONFIG --atleast-version=3.5 goa-1.0`; then
        AC_DEFINE(HAVE_GOA_PASSWORD_BASED,1,[Have GoaPasswordBased in goa-1.0])
 fi
 
-if test x$os_win32 = xno; then
-       PKG_CHECK_MODULES(GIO_UNIX, [gio-unix-2.0])
-fi
-
 dnl ***********************************
 dnl Check for GNOME Keyring.
 dnl ***********************************
@@ -558,7 +547,7 @@ LIBS="$save_LIBS"
 
 AC_ARG_ENABLE([backtraces],
        [AS_HELP_STRING([--enable-backtraces],
-       [enable backtraces for e_pointer_tracker (default=no)])],
+       [enable backtraces for camel_pointer_tracker (default=no)])],
        [enable_backtraces=$enableval], [enable_backtraces=no])
 
 if test "x$enable_backtraces" = xyes; then