Revision
108720
Author
snc@macports.org
Date
2013-07-31 11:11:33 -0700 (Wed, 31 Jul 2013)

Log Message

update URL in unsupported xcode warning

Modified Paths

Diff

Modified: trunk/base/configure.ac (108719 => 108720)


--- trunk/base/configure.ac	2013-07-31 17:13:54 UTC (rev 108719)
+++ trunk/base/configure.ac	2013-07-31 18:11:33 UTC (rev 108720)
@@ -80,7 +80,7 @@
 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])