darwin: fixed build on 10.7.x with Xcode 4.6
authorS. Davilla <davilla@4pi.com>
Sat, 26 Oct 2013 20:07:13 +0000 (16:07 -0400)
committerS. Davilla <davilla@4pi.com>
Sat, 26 Oct 2013 20:07:32 +0000 (16:07 -0400)
tools/depends/configure.in

index 435654f..2061b81 100644 (file)
@@ -164,7 +164,7 @@ case $host in
         platform_cc=gcc-4.2
         platform_cxx=g++-4.2
         ;;
-      4.*.*)
+      4.* | 4.*.*)
         platform_cc=llvm-gcc-4.2
         platform_cxx=llvm-g++-4.2
         ;;