From 483e12a7e11884bc2262b890a9561cdb71ae51b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Mon, 9 Mar 2015 15:53:50 +0100 Subject: [PATCH] Remove -mmacosx-version-min from clang flags when builing on MacOSX --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure.ac b/configure.ac index 91aa50ee3..e1e0268af 100644 --- a/configure.ac +++ b/configure.ac @@ -377,15 +377,6 @@ if test "$gtk_ui" = "true" ; then fi fi -case "$target" in - #macosx 64 bits - x86_64-apple-darwin*) - LIBS="$LIBS -mmacosx-version-min=10.6" - CXXFLAGS="$CXXFLAGS -mmacosx-version-min=10.6" - CFLAGS="$CFLAGS -mmacosx-version-min=10.6" - ;; -esac - dnl os-specific problems not handled by existing macros. case "$host_os" in *freebsd*)