diff options
author | Dan Winship <danw@src.gnome.org> | 2001-06-19 02:55:45 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-06-19 02:55:45 +0800 |
commit | a10c84b473e511c4a7afda115e93828c5801f9bc (patch) | |
tree | d98fadb7e84649eb807a0472fa0a13754e8fad68 /ChangeLog | |
parent | a53478f0bf48aa169d66ea74f78e74358880b3da (diff) | |
download | gsoc2013-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |