File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -7168,10 +7168,8 @@ fi
7168
7168
7169
7169
if ${continue_checks+:} false; then :
7170
7170
7171
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__((visibility(\"default\")))
7172
- and __attribute__((visibility(\"hidden\")))" >&5
7173
- $as_echo_n "checking for __attribute__((visibility(\"default\")))
7174
- and __attribute__((visibility(\"hidden\")))... " >&6; }
7171
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__((visibility(\"default\"))) and __attribute__((visibility(\"hidden\")))" >&5
7172
+ $as_echo_n "checking for __attribute__((visibility(\"default\"))) and __attribute__((visibility(\"hidden\")))... " >&6; }
7175
7173
if ${ac_cv__attribute__visibility+:} false; then :
7176
7174
$as_echo_n "(cached) " >&6
7177
7175
else
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ dnl This typically succeeds on *NIX platforms with GCC or Clang.
76
76
77
77
AS_VAR_SET_IF ( [ continue_checks] ,
78
78
[
79
- AC_CACHE_CHECK ( [ for __attribute__((visibility("default")))
80
- and __attribute__((visibility("hidden")))] , [ ac_cv__attribute__visibility] ,
79
+ AC_CACHE_CHECK ( [ for __attribute__((visibility("default")))dnl
80
+ and __attribute__((visibility("hidden")))] , [ ac_cv__attribute__visibility] ,
81
81
[
82
82
AC_COMPILE_IFELSE (
83
83
[ AC_LANG_PROGRAM (
You can’t perform that action at this time.
0 commit comments