From fc13cb4c4f1fa2ea6b88039d4958ecd22c625f0c Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Wed, 22 Apr 2009 19:11:30 +0000 Subject: [PATCH] Disable speex suncc support again (at least the invalid option warning is gone now), not sure how this worked last time i tested it... git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13121 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/speex/configure.ac | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/libs/speex/configure.ac b/libs/speex/configure.ac index 4b88fbe6e9..b2afda0882 100644 --- a/libs/speex/configure.ac +++ b/libs/speex/configure.ac @@ -112,24 +112,24 @@ gnu) ] ) ;; -sun) - SAVE_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -xldscope=hidden" - AC_COMPILE_IFELSE([ - AC_LANG_PROGRAM([[ - __attribute__((visibility("default"))) - int var=10; - ]])], - [ - has_visibility=yes - AC_DEFINE([EXPORT], [__attribute__((visibility("default")))], [Symbol visibility prefix]) - ], - [ - has_visibility=no - AC_DEFINE([EXPORT], [], [Symbol visibility prefix]) - CFLAGS="$SAVE_CFLAGS" - ] - ) +#sun) +# SAVE_CFLAGS="$CFLAGS" +# CFLAGS="$CFLAGS -xldscope=hidden" +# AC_COMPILE_IFELSE([ +# AC_LANG_PROGRAM([[ +# __attribute__((visibility("default"))) +# int var=10; +# ]])], +# [ +# has_visibility=yes +# AC_DEFINE([EXPORT], [__attribute__((visibility("default")))], [Symbol visibility prefix]) +# ], +# [ +# has_visibility=no +# AC_DEFINE([EXPORT], [], [Symbol visibility prefix]) +# CFLAGS="$SAVE_CFLAGS" +# ] +# ) ;; *) has_visibility=no