From: Michael Jerris Date: Wed, 19 Feb 2014 18:49:31 +0000 (-0500) Subject: try to make freebsd clang build move along a bit X-Git-Tag: v1.5.8~25^2~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7549be4b78a9ac2b9139800e74eeffe4cf194555;p=thirdparty%2Ffreeswitch.git try to make freebsd clang build move along a bit --- 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