Commit 0c2125a8 authored by Felix Paul Kühne's avatar Felix Paul Kühne

configure.ac: don't overwrite MACOSX_DEPLOYMENT_TARGET if no minimal OS X...

configure.ac: don't overwrite MACOSX_DEPLOYMENT_TARGET if no minimal OS X version is given (refs #9139)
parent 35265932
......@@ -191,9 +191,6 @@ case "${host_os}" in
AC_ARG_WITH(macosx-version-min,
[AS_HELP_STRING([--with-macosx-version-min=VERSION],
[compile for MacOS X VERSION and above])])
if test "${with_macosx_version_min}" = "" ; then
with_macosx_version_min=10.5
fi
if test "${with_macosx_version_min}" != "" ; then
CPP="${CPP} -mmacosx-version-min=${with_macosx_version_min}"
CC="${CC} -mmacosx-version-min=${with_macosx_version_min}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment