From 59b6e8ff60eaebba2a1c1d773572c2fa0672e4f4 Mon Sep 17 00:00:00 2001 From: cltbld Date: Thu, 23 Jun 2005 01:16:05 +0000 Subject: [PATCH] Automated update from host egg git-svn-id: svn://10.0.0.236/trunk@175031 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/configure b/mozilla/configure index debbe5aeaee..0748020b0f2 100755 --- a/mozilla/configure +++ b/mozilla/configure @@ -31,7 +31,7 @@ ac_help="$ac_help ac_help="$ac_help --with-pthreads Force use of system pthread library with NSPR " ac_help="$ac_help - --enable-macos-target=VER (default=10.1) + --enable-macos-target=VER (default=10.2) Set the minimum MacOS version needed at runtime" ac_help="$ac_help --with-system-nspr Use system installed NSPR" @@ -9252,7 +9252,7 @@ if test "${enable_macos_target+set}" = set; then enableval="$enable_macos_target" MACOS_DEPLOYMENT_TARGET_STR=$enableval _MACOS_DT_SET=1 else - MACOS_DEPLOYMENT_TARGET_STR=10.1 + MACOS_DEPLOYMENT_TARGET_STR=10.2 fi