]> git.notmuchmail.org Git - notmuch/commit
configure: use cc/c++ instead of gcc/g++
authorFraser Tweedale <frase@frase.id.au>
Thu, 22 May 2014 10:10:06 +0000 (20:10 +1000)
committerDavid Bremner <david@tethera.net>
Fri, 4 Jul 2014 11:56:32 +0000 (08:56 -0300)
commit0e50854a7feb1feea24745ce0a87be4327803e21
tree209ac60991e4dd60ebc9576b9cb231caef4e4085
parent6ef676aac3d1c954e894326924ea9f25b97cec95
configure: use cc/c++ instead of gcc/g++

Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler
Collection.  Use generic cc/c++ instead of gcc/g++ (unless the
CC/CXX environment variables are used).
configure