diff options
author | Alp Toker <alp@nuanti.com> | 2008-06-24 13:43:51 +0800 |
---|---|---|
committer | Alp Toker <atoker@src.gnome.org> | 2008-06-24 13:43:51 +0800 |
commit | d670428e60f29e29380cbbb98333511476660dc8 (patch) | |
tree | 87f861e87b62a96ea2607a6c600ba1007294324c /configure.in | |
parent | b99bf8e323e53a5aa5e6ea6761427095799261e9 (diff) | |
download | gsoc2013-evolution-d670428e60f29e29380cbbb98333511476660dc8.tar.gz gsoc2013-evolution-d670428e60f29e29380cbbb98333511476660dc8.tar.zst gsoc2013-evolution-d670428e60f29e29380cbbb98333511476660dc8.zip |
Reviewed by Jeffrey Stedfast.
2008-06-18 Alp Toker <alp@nuanti.com>
Reviewed by Jeffrey Stedfast.
* configure.in:
* acinclude.m4:
Add dolt revision 5e9eef10 to the autotools build system. Speeds up
the build, often by a factor of two or more on supported platforms,
otherwise falls back to libtool.
See http://dolt.freedesktop.org for details.
svn path=/trunk/; revision=35678
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index edbea5e31c..ac842d3209 100644 --- a/configure.in +++ b/configure.in @@ -131,6 +131,7 @@ dnl Initialize libtool AM_DISABLE_STATIC AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL +DOLT PKG_PROG_PKG_CONFIG |