From 7549be4b78a9ac2b9139800e74eeffe4cf194555 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 19 Feb 2014 13:49:31 -0500 Subject: [PATCH] try to make freebsd clang build move along a bit --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8be6a46622..495f7fd119 100644 --- a/configure.in +++ b/configure.in @@ -178,7 +178,7 @@ elif test "x${ax_cv_c_compiler_vendor}" = "xclang" ; then SOLINK="-dynamic -force-flat-namespace" ;; *) - AC_ERROR([Please update configure.in with SOLINK values for your compiler]) + SOLINK="-shared -Xlinker -x" ;; esac