Skip to content

Commit 9c3ba1a

Browse files
committed
ax_declspec.m4: Fix two line test description to be just one line.
configure: Regenerate.
1 parent d0b6953 commit 9c3ba1a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

configure

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7168,10 +7168,8 @@ fi
71687168

71697169
if ${continue_checks+:} false; then :
71707170

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; }
71757173
if ${ac_cv__attribute__visibility+:} false; then :
71767174
$as_echo_n "(cached) " >&6
71777175
else

m4/ax_declspec.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ dnl This typically succeeds on *NIX platforms with GCC or Clang.
7676
7777
AS_VAR_SET_IF([continue_checks],
7878
[
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],
8181
[
8282
AC_COMPILE_IFELSE(
8383
[AC_LANG_PROGRAM(

0 commit comments

Comments
 (0)