blob: 37f4edf0bd46a1569daf9596ed4f958102c8f519 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure
+++ configure
@@ -19167,7 +19167,7 @@
_ACEOF
if ac_fn_cxx_try_link "$LINENO"; then :
- if test -s conftest.err; then :
+ if grep -- -Wattributes conftest.err; then :
ax_cv_have_func_attribute_visibility=no
else
ax_cv_have_func_attribute_visibility=yes
|