diff --git a/configure b/configure index c50e92bf9f..c4b64515dc 100755 --- a/configure +++ b/configure @@ -714,6 +714,7 @@ HAVE_LIST=" $ARCH_EXT_LIST $THREADS_LIST altivec_h + altivec_vector_braces arpa_inet_h bswap byteswap_h @@ -1542,6 +1543,13 @@ int main(void) { v1 = vec_add(v2,v3); return 0; } +EOF + + # check if our compiler supports braces for vector declarations + check_cc <