summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-17 17:20:04 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-17 17:20:04 +0000
commitcd31b294fcff964ecea6f78f20e7d5743a853631 (patch)
treef7772692c7006302d13aae0bc82bdb7b05cd1e5e /configure.ac
parentd362d93dd309fdbe2c613667ae8be5b4bef67e40 (diff)
downloadhaskell-cd31b294fcff964ecea6f78f20e7d5743a853631.tar.gz
Remove the MACOSX_DEPLOYMENT stuff; fixes #7559
If anyone wants to do this in the future, they should just set appropriate CC_OPTS/LD_OPTS variables instead.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index 98b84c2e2e..78a157b536 100644
--- a/configure.ac
+++ b/configure.ac
@@ -498,23 +498,6 @@ FIND_LLVM_PROG([OPT], [opt], [opt])
OptCmd="$OPT"
AC_SUBST([OptCmd])
-dnl ** Mac OS X: explicit deployment target
-dnl --------------------------------------------------------------
-AC_ARG_WITH([macosx-deployment-target],
-[AC_HELP_STRING([--with-macosx-deployment-target=VERSION],
- [Build for Mac OS VERSION and higher (default= version of build host)])],
-[FP_MACOSX_DEPLOYMENT_TARGET="$withval"
- if test "x$TargetOS_CPP-$TargetVendor_CPP" != "xdarwin-apple"; then
- # ignore everywhere, but on Mac OS
- AC_MSG_WARN([--macosx-deployment-target is only available on Mac OS X])
- FP_MACOSX_DEPLOYMENT_TARGET=none
- fi],
-[FP_MACOSX_DEPLOYMENT_TARGET=none]
-)
-FP_CHECK_MACOSX_DEPLOYMENT_TARGET
-AC_SUBST(MACOSX_DEPLOYMENT_VERSION)
-AC_SUBST(MACOSX_DEPLOYMENT_SDK)
-
dnl --------------------------------------------------------------
dnl End of configure script option section
dnl --------------------------------------------------------------