aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-06-19 02:55:45 +0800
committerDan Winship <danw@src.gnome.org>2001-06-19 02:55:45 +0800
commita10c84b473e511c4a7afda115e93828c5801f9bc (patch)
treed98fadb7e84649eb807a0472fa0a13754e8fad68 /ChangeLog
parenta53478f0bf48aa169d66ea74f78e74358880b3da (diff)
downloadgsoc2013-evolution-a10c84b473e511c4a7afda115e93828c5801f9bc.tar
gsoc2013-evolution-a10c84b473e511c4a7afda115e93828c5801f9bc.tar.gz
gsoc2013-evolution-a10c84b473e511c4a7afda115e93828c5801f9bc.tar.bz2
gsoc2013-evolution-a10c84b473e511c4a7afda115e93828c5801f9bc.tar.lz
gsoc2013-evolution-a10c84b473e511c4a7afda115e93828c5801f9bc.tar.xz
gsoc2013-evolution-a10c84b473e511c4a7afda115e93828c5801f9bc.tar.zst
gsoc2013-evolution-a10c84b473e511c4a7afda115e93828c5801f9bc.zip
Add "--with-db3" to fill in both --with-db3-includes and --with-db3-libs.
* configure.in: Add "--with-db3" to fill in both --with-db3-includes and --with-db3-libs. Make them get cached properly so you don't need to specify it every time. Simplify some code. svn path=/trunk/; revision=10268
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d685d4d94..8ba8de5f9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2001-06-18 Dan Winship <danw@ximian.com>
+ * configure.in: Add "--with-db3" to fill in both
+ --with-db3-includes and --with-db3-libs. Make them get cached
+ properly so you don't need to specify it every time. Simplify some
+ code.
+
+2001-06-18 Dan Winship <danw@ximian.com>
+
* configure.in: Check the modes on $system_mail_dir and set up
variables for camel/Makefile to make camel-lock-helper
setuid/setgid.