summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-01-18 22:42:38 +0000
committerDavid M. Lee <dlee@digium.com>2013-01-18 22:42:38 +0000
commitbc97a4ded17bee63555b6215a5ec3d3206f8eec1 (patch)
treef91cbdd19059bbf4c31bd649bcde88f7aa509bc3 /configure
parentceedf6d3b5bb49deaf181e1d1af2f20b990a3da1 (diff)
Up the minimum OS X version to 10.6.
* This allows us to remove some special-case build logic. * 10.5 is down to less that 8% of the OS X market share. 10.4 is down to under 2%. * Apple is no longer releasing security updates for 10.5 and earlier. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379495 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 2 insertions, 15 deletions
diff --git a/configure b/configure
index 5abec2de7..2284c1b18 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 378915 .
+# From configure.ac Revision: 379477 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for asterisk trunk.
#
@@ -16419,20 +16419,7 @@ elif test "${prefix}" = /usr || test "${prefix}" = NONE; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: not needed" >&5
$as_echo "not needed" >&6; }
else
- case "${host_os}" in
- darwin*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: not supported" >&5
-$as_echo "not supported" >&6; }
- # We set macosx_version_min to 10.4, which doesn't
- # support rpath. However, we set install_name on our
- # dylibs, so it's not strictly necessary.
- ;;
- *)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: required" >&5
-$as_echo "required" >&6; }
- AST_RPATH="-Wl,-rpath,${libdir}"
- ;;
- esac
+ AST_RPATH="-Wl,-rpath,${libdir}"
fi