update URL in unsupported xcode warning

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@108720 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Jeremy Lavergne
2013-07-31 18:11:33 +00:00
parent 8f94ad1214
commit 8379e92f26
+1 -1
View File
@@ -80,7 +80,7 @@ fi
case "$XCODE_VERSION" in
1.*|2.[[0-1]]*)
AC_MSG_WARN([This version of Xcode Tools is not supported])
AC_MSG_WARN([Please upgrade at http://connect.apple.com/])
AC_MSG_WARN([Please upgrade at https://developer.apple.com/downloads/])
;;
2.[[2-3]]*|3.[[0]]*)
AC_MSG_WARN([This version of Xcode Tools is out of date])