aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in5
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e43f14af6..4604a32d5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-07 Rodrigo Moya <rodrigo@novell.com>
+
+ * configure.in: removed weatherdatadir definition here.
+
2005-01-07 David Trowbridge <David.Trowbridge@Colorado.edu>
* configure.in: added calendar-weather plugin to build.
diff --git a/configure.in b/configure.in
index 5cfeae8796..4ac1ec8f21 100644
--- a/configure.in
+++ b/configure.in
@@ -1232,11 +1232,6 @@ else
AC_MSG_ERROR(no)
fi
-dnl -- e-d-s weather datadir
-dataserver_datadir=`pkg-config --variable=privdatadir evolution-data-server-1.2`
-weatherdatadir="$dataserver_datadir/weather"
-AC_SUBST(weatherdatadir)
-
dnl --- evolution-test flags
EVO_SET_COMPILE_FLAGS(EVOLUTION_TEST, libgnome-2.0 libgnomeui-2.0 libbonobo-2.0 libbonoboui-2.0 >= $BONOBOUI_REQUIRED)