Ticket #47558: patch-configure.ac.diff

File patch-configure.ac.diff, 432 bytes (added by gallafent, 9 years ago)

Patch for configure.ac, allowing Apple LLVM 6.* rather than just 6.0.

  • configure.ac

    old new  
    154154# Note: m4 arguments are quoted with [ and ] so square brackets in shell
    155155# statements have to be quoted.
    156156case "${is_clang}-${gcc_version}" in
    157      applellvm-5.1|applellvm-6.0*)
     157     applellvm-5.1|applellvm-6.*)
    158158        AC_MSG_RESULT([ok (Apple LLVM version ${gcc_version})])
    159159        ;;
    160160     icc-1[[3-9]].*)