forked from Mirrors/freeswitch
try to make freebsd clang build move along a bit
This commit is contained in:
parent
0911849154
commit
7549be4b78
|
@ -178,7 +178,7 @@ elif test "x${ax_cv_c_compiler_vendor}" = "xclang" ; then
|
||||||
SOLINK="-dynamic -force-flat-namespace"
|
SOLINK="-dynamic -force-flat-namespace"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_ERROR([Please update configure.in with SOLINK values for your compiler])
|
SOLINK="-shared -Xlinker -x"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue