File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -943,23 +943,6 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
943
943
[ AC_MSG_RESULT ( [ no] ) ]
944
944
)
945
945
946
- AC_MSG_CHECKING ( [ for default visibility attribute] )
947
- AC_COMPILE_IFELSE ( [ AC_LANG_SOURCE ( [
948
- int foo(void) __attribute__((visibility("default")));
949
- int main(){}
950
- ] ) ] ,
951
- [
952
- AC_DEFINE ( [ HAVE_DEFAULT_VISIBILITY_ATTRIBUTE] , [ 1] , [ Define if the visibility attribute is supported.] )
953
- AC_MSG_RESULT ( [ yes] )
954
- ] ,
955
- [
956
- AC_MSG_RESULT ( [ no] )
957
- if test "$use_reduce_exports" = "yes"; then
958
- AC_MSG_ERROR ( [ Cannot find a working visibility attribute. Use --disable-reduce-exports.] )
959
- fi
960
- ]
961
- )
962
-
963
946
AC_MSG_CHECKING ( [ for dllexport attribute] )
964
947
AC_COMPILE_IFELSE ( [ AC_LANG_SOURCE ( [
965
948
__declspec(dllexport) int foo(void);
You can’t perform that action at this time.
0 commit comments