[PATCH v3] configure: use cc/c++ when GCC not installed

2014-05-22 Thread Fraser Tweedale
Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler Collection. Use generic cc/c++ as a fallback when gcc/g++ are not available. --- configure | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 9bde2eb..59ab87b 100755 --- a/c

[PATCH v2] configure: use cc/c++ instead of gcc/g++

2014-05-22 Thread Fraser Tweedale
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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 9bde2eb..7d015c6

[PATCH] configure: use cc/c++ when GCC not installed

2014-05-22 Thread Fraser Tweedale
On Wed, May 21, 2014 at 10:49:03PM -0500, Felipe Contreras wrote: > Fraser Tweedale wrote: > > Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler > > Collection. Use generic cc/c++ as a fallback when gcc/g++ are not > > available. > > --- > > config

[PATCH 1/2] configure: add a fallback check for zlib

2014-05-22 Thread Fraser Tweedale
On Wed, May 21, 2014 at 10:34:25PM +0300, Tomi Ollila wrote: > On Wed, May 21 2014, Fraser Tweedale wrote: > > > On Sat, May 10, 2014 at 05:27:34PM -0500, Felipe Contreras wrote: > >> Tomi Ollila wrote: > >> > On Sun, May 11 2014, Felipe Contreras > >

[PATCH v3] configure: use cc/c++ when GCC not installed

2014-05-22 Thread Fraser Tweedale
Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler Collection. Use generic cc/c++ as a fallback when gcc/g++ are not available. --- configure | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 9bde2eb..59ab87b 100755 --- a/c

[PATCH v2] configure: use cc/c++ instead of gcc/g++

2014-05-22 Thread Fraser Tweedale
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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 9bde2eb..7d015c6

Re: [PATCH] configure: use cc/c++ when GCC not installed

2014-05-21 Thread Fraser Tweedale
On Wed, May 21, 2014 at 10:49:03PM -0500, Felipe Contreras wrote: > Fraser Tweedale wrote: > > Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler > > Collection. Use generic cc/c++ as a fallback when gcc/g++ are not > > available. > > --- > > config

[PATCH 1/2] configure: add a fallback check for zlib

2014-05-21 Thread Fraser Tweedale
On Sat, May 10, 2014 at 05:27:34PM -0500, Felipe Contreras wrote: > Tomi Ollila wrote: > > On Sun, May 11 2014, Felipe Contreras wrote: > > > > > X?c? wrote: > > >> Since zlib is part of the base system, FreeBSD chose not to register it > > >> in pkg-config through zlib.pc. As a fallback test, co

[PATCH] configure: use cc/c++ when GCC not installed

2014-05-21 Thread Fraser Tweedale
Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler Collection. Use generic cc/c++ as a fallback when gcc/g++ are not available. --- configure | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 9bde2eb..3f4942b 100755 --- a/c

Re: [PATCH 1/2] configure: add a fallback check for zlib

2014-05-21 Thread Fraser Tweedale
On Wed, May 21, 2014 at 10:34:25PM +0300, Tomi Ollila wrote: > On Wed, May 21 2014, Fraser Tweedale wrote: > > > On Sat, May 10, 2014 at 05:27:34PM -0500, Felipe Contreras wrote: > >> Tomi Ollila wrote: > >> > On Sun, May 11 2014, Felipe Contreras w

Re: [PATCH 1/2] configure: add a fallback check for zlib

2014-05-21 Thread Fraser Tweedale
On Sat, May 10, 2014 at 05:27:34PM -0500, Felipe Contreras wrote: > Tomi Ollila wrote: > > On Sun, May 11 2014, Felipe Contreras wrote: > > > > > Xīcò wrote: > > >> Since zlib is part of the base system, FreeBSD chose not to register it > > >> in pkg-config through zlib.pc. As a fallback test, co

[PATCH] configure: use cc/c++ when GCC not installed

2014-05-21 Thread Fraser Tweedale
Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler Collection. Use generic cc/c++ as a fallback when gcc/g++ are not available. --- configure | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 9bde2eb..3f4942b 100755 --- a/c