summaryrefslogtreecommitdiff
path: root/evolution-groupdav-pluginlib_2.4.patch
blob: b25ff6b7b1290c812851c783c81f77d20fdd565b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- evolution-groupdav-0.2/configure.in	2005-03-06 20:40:40.000000000 +0100
+++ evolution-groupdav-0.2/configure.in.new	2005-09-12 15:51:46.000000000 +0200
@@ -83,7 +83,7 @@
     	libebook-$EDS_PACKAGE >= $EDS_REQUIRED
 	libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
 	camel-provider-$EDS_PACKAGE >= $EDS_REQUIRED
-	evolution-plugin-2.2
+	evolution-plugin-2.4
 ])
 
 AC_SUBST(EVOGROUPDAV_CFLAGS)
@@ -110,7 +110,7 @@
 dnl Evolution plugin install directory
 AC_ARG_WITH(plugin-install-dir, [  --with-plugin-install-dir=PATH path to evolution source tree])
 if test "x$with_plugin_install_dir" = "x" ; then
-   PLUGIN_INSTALL_DIR=`pkg-config --variable=plugindir evolution-plugin-2.2`
+   PLUGIN_INSTALL_DIR=`pkg-config --variable=plugindir evolution-plugin-2.4`
    if test "x$PLUGIN_INSTALL_DIR" = "x"; then
       AC_MSG_ERROR(Unable to find plugin directory)
    fi
@@ -118,7 +118,7 @@
 AC_SUBST(PLUGIN_INSTALL_DIR)
 
 dnl Evolution e-error install directory
-ERROR_DIR=`pkg-config --variable=errordir evolution-plugin-2.2`
+ERROR_DIR=`pkg-config --variable=errordir evolution-plugin-2.4`
 if test "x$ERROR_DIR" = "x"; then
    AC_MSG_ERROR(Unable to find error file directory)
 fi