From: Michael Jerris Date: Wed, 19 Feb 2014 19:53:39 +0000 (-0500) Subject: more bsd fun X-Git-Tag: v1.5.8~25^2~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f279a01f921503ae4b7cfafdfba185a61cfe2f17;p=thirdparty%2Ffreeswitch.git more bsd fun --- diff --git a/libs/openzap/configure.ac b/libs/openzap/configure.ac index 9b41d26953..187c419a79 100644 --- a/libs/openzap/configure.ac +++ b/libs/openzap/configure.ac @@ -86,7 +86,7 @@ elif test "x${ax_cv_c_compiler_vendor}" = "xclang" ; then SOLINK="-dynamic -bundle -force-flat-namespace" ;; *) - AC_ERROR([Please update configure.in with SOLINK values for your compiler]) + SOLINK="-shared -Xlinker -x" ;; esac elif test "x${ax_cv_c_compiler_vendor}" = "xgnu" ; then