diff options
Diffstat (limited to 'lib/mesa/configure')
-rwxr-xr-x | lib/mesa/configure | 43 |
1 files changed, 33 insertions, 10 deletions
diff --git a/lib/mesa/configure b/lib/mesa/configure index 901d269b5..39a4de71f 100755 --- a/lib/mesa/configure +++ b/lib/mesa/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Mesa 13.0.5. +# Generated by GNU Autoconf 2.69 for Mesa 13.0.6. # # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa>. # @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Mesa' PACKAGE_TARNAME='mesa' -PACKAGE_VERSION='13.0.5' -PACKAGE_STRING='Mesa 13.0.5' +PACKAGE_VERSION='13.0.6' +PACKAGE_STRING='Mesa 13.0.6' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa' PACKAGE_URL='' @@ -793,6 +793,7 @@ HAVE_CLOVER_ICD_FALSE HAVE_CLOVER_ICD_TRUE HAVE_CLOVER_FALSE HAVE_CLOVER_TRUE +CLOVER_STD_OVERRIDE LIBCLC_LIBEXECDIR LIBCLC_INCLUDEDIR LIBELF_LIBS @@ -1822,7 +1823,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Mesa 13.0.5 to adapt to many kinds of systems. +\`configure' configures Mesa 13.0.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1893,7 +1894,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Mesa 13.0.5:";; + short | recursive ) echo "Configuration of Mesa 13.0.6:";; esac cat <<\_ACEOF @@ -2227,7 +2228,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Mesa configure 13.0.5 +Mesa configure 13.0.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2946,7 +2947,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Mesa $as_me 13.0.5, which was +It was created by Mesa $as_me 13.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3882,7 +3883,7 @@ fi # Define the identity of the package. PACKAGE='mesa' - VERSION='13.0.5' + VERSION='13.0.6' cat >>confdefs.h <<_ACEOF @@ -25184,6 +25185,28 @@ if test "x$enable_opencl" = xyes; then if test "x$have_libelf" != xyes; then as_fn_error $? "Clover requires libelf" "$LINENO" 5 fi + + if test "x${ac_cv_cxx_compiler_gnu}" = xyes; then + altivec_enabled=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + #if !defined(__VEC__) || !defined(__ALTIVEC__) + #error "AltiVec not enabled" + #endif + +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + altivec_enabled=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + + if test "$altivec_enabled" = yes; then + CLOVER_STD_OVERRIDE="-std=gnu++11" + fi + + fi + fi if test "x$enable_opencl" = xyes; then HAVE_CLOVER_TRUE= @@ -28663,7 +28686,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Mesa $as_me 13.0.5, which was +This file was extended by Mesa $as_me 13.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -28720,7 +28743,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Mesa config.status 13.0.5 +Mesa config.status 13.0.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" |