]> git.notmuchmail.org Git - notmuch/commitdiff
configure: Allow user to specify compiler to be used.
authorCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 02:33:23 +0000 (18:33 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 2 Dec 2009 02:33:23 +0000 (18:33 -0800)
The environment variables CC and CXX can be set at configure time to
specify what compiler to use. This compiler will be used for any
configure-time compilation, and will also be recorded in
Makefile.config to be used during the actual build.

The compiler to be used can still be overridden at build time by using
a make variable such as:

make CC=gcc


No differences found