diff options
author | Eric Anholt <eric@anholt.net> | 2008-04-10 10:24:48 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-04-10 11:39:59 -0700 |
commit | bd41d2bb858770c109d5013274a4354e8e6ae32d (patch) | |
tree | 276751bc64ff3bb44e4909dafd95ffd609a20258 /configure.ac | |
parent | 96ae9a9f0abc582e45ff4e17dd213c8739c24cb3 (diff) |
Add dolt to speed up compile time and reduce insanity.
Hopefully some day we can be rid of libtool entirely.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9965e0b9..f203d658 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,7 @@ AM_MAINTAINER_MODE # Checks for programs. AC_DISABLE_STATIC AC_PROG_LIBTOOL +DOLT AC_PROG_CC AM_PROG_CC_C_O |