blob: 8f7457816efd13a55ea244d2dc6bd20958c6e375 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure
+++ configure
@@ -18136,7 +18136,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
|