diff --git a/port/daemon/configure.ac b/port/daemon/configure.ac index a5b439aac..7e0c561e0 100644 --- a/port/daemon/configure.ac +++ b/port/daemon/configure.ac @@ -27,8 +27,7 @@ AC_PROG_MAKE_SET # iPhone/iPod touch cross-compilation uses theos SDK_PATH="$DEVELOPER_PATH/SDKs/iPhoneOS$SDK_VERSION.sdk" if test "x$target" = xiphone; then - echo "Cross-compiling for iPhone/iPod touch uses theos" - ./config-iphone.sh + echo "Cross-compiling for iPhone/iPod touch uses theos, please checkout port/ios" exit 0 fi