]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
more bsd fun
authorMichael Jerris <mike@jerris.com>
Wed, 19 Feb 2014 19:53:39 +0000 (14:53 -0500)
committerMichael Jerris <mike@jerris.com>
Wed, 19 Feb 2014 19:53:39 +0000 (14:53 -0500)
libs/openzap/configure.ac

index 9b41d2695358a6b0d17f9af31dd5e736e357be15..187c419a7905654677abdb9b0211398e41f803b0 100644 (file)
@@ -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