[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 ---

[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 ---