From: Michael Jerris Date: Thu, 7 Apr 2016 20:07:01 +0000 (-0400) Subject: FS-8623: fix sun studio build errors building libvpx X-Git-Tag: v1.6.8~5^2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=159f4a1396db1fe0c4dae70fd757697285370b9a;p=thirdparty%2Ffreeswitch.git FS-8623: fix sun studio build errors building libvpx --- diff --git a/configure.ac b/configure.ac index 8746b0c75f..1ed2312d09 100644 --- a/configure.ac +++ b/configure.ac @@ -453,7 +453,7 @@ fi case "${ax_cv_c_compiler_vendor}" in sun) - VISIBILITY_FLAG=-xldscope=hidden + VISIBILITY_FLAG= ;; *) VISIBILITY_FLAG=-fvisibility=hidden