--- /dev/null
+Return-Path: <frase@frase.id.au>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 1904E431FC4\r
+ for <notmuch@notmuchmail.org>; Wed, 21 May 2014 21:04:51 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+ autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id C4Nf98SYxASv for <notmuch@notmuchmail.org>;\r
+ Wed, 21 May 2014 21:04:47 -0700 (PDT)\r
+Received: from captainmorgan.hollandpark.frase.id.au\r
+ (110-174-235-130.static.tpgi.com.au [110.174.235.130])\r
+ (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 1B31F431FAE\r
+ for <notmuch@notmuchmail.org>; Wed, 21 May 2014 21:04:45 -0700 (PDT)\r
+Received: from bacardi.hollandpark.frase.id.au\r
+ (bacardi.hollandpark.frase.id.au [192.168.0.100])\r
+ by captainmorgan.hollandpark.frase.id.au (8.14.5/8.14.5) with ESMTP id\r
+ s4M44cj7030323; Thu, 22 May 2014 14:04:38 +1000 (EST)\r
+ (envelope-from frase@frase.id.au)\r
+Received: from bacardi.hollandpark.frase.id.au (localhost [127.0.0.1])\r
+ by bacardi.hollandpark.frase.id.au (8.14.7/8.14.7) with ESMTP id\r
+ s4M44cNe093343\r
+ (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256\r
+ verify=NO); Thu, 22 May 2014 14:04:38 +1000 (EST)\r
+ (envelope-from frase@frase.id.au)\r
+Received: (from fraser@localhost)\r
+ by bacardi.hollandpark.frase.id.au (8.14.7/8.14.7/Submit) id\r
+ s4M44a1f093342; Thu, 22 May 2014 14:04:36 +1000 (EST)\r
+ (envelope-from frase@frase.id.au)\r
+X-Authentication-Warning: bacardi.hollandpark.frase.id.au: fraser set sender\r
+ to frase@frase.id.au using -f\r
+Date: Thu, 22 May 2014 14:04:36 +1000\r
+From: Fraser Tweedale <frase@frase.id.au>\r
+To: Felipe Contreras <felipe.contreras@gmail.com>\r
+Subject: Re: [PATCH] configure: use cc/c++ when GCC not installed\r
+Message-ID: <20140522040434.GW62147@bacardi.hollandpark.frase.id.au>\r
+References: <1400662721-68562-1-git-send-email-frase@frase.id.au>\r
+ <537d73afe956_1bf76cb3085c@nysa.notmuch>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Content-Disposition: inline\r
+In-Reply-To: <537d73afe956_1bf76cb3085c@nysa.notmuch>\r
+User-Agent: Mutt/1.5.23 (2014-03-12)\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 22 May 2014 04:04:51 -0000\r
+\r
+On Wed, May 21, 2014 at 10:49:03PM -0500, Felipe Contreras wrote:\r
+> Fraser Tweedale wrote:\r
+> > Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler\r
+> > Collection. Use generic cc/c++ as a fallback when gcc/g++ are not\r
+> > available.\r
+> > ---\r
+> > configure | 12 ++++++++++--\r
+> > 1 file changed, 10 insertions(+), 2 deletions(-)\r
+> > \r
+> > diff --git a/configure b/configure\r
+> > index 9bde2eb..3f4942b 100755\r
+> > --- a/configure\r
+> > +++ b/configure\r
+> > @@ -43,8 +43,16 @@ fi\r
+> > \r
+> > # Set several defaults (optionally specified by the user in\r
+> > # environment variables)\r
+> > -CC=${CC:-gcc}\r
+> > -CXX=${CXX:-g++}\r
+> \r
+> Why not just use cc and c++?\r
+ \r
+I intended to change the behaviour as little as possible, however,\r
+if you and others are satisfied to simply use cc/c++ then I will\r
+make it so.\r
+\r
+> -- \r
+> Felipe Contreras\r