]> git.lyx.org Git - features.git/blobdiff - config/lyxinclude.m4
Fix another use of unqualified std::move
[features.git] / config / lyxinclude.m4
index e4acd7b9ec089f818d26483c197157b6c76f7b87..e6cab08e3baa054548b361c16b3940c3e4199cb7 100644 (file)
@@ -686,12 +686,15 @@ AC_DEFUN([LYX_CHECK_MACOS_DEPLOYMENT_TARGET],[
   if test "${macos_deployment_target}" = "auto" ; then
     macos_deployment_target="10.10"
     case "$QTLIB_VERSION" in
+    5.12.*)
+      macos_deployment_target="10.12"
+      ;;
     6.*)
       macos_deployment_target="10.14"
       ;;
     esac
   fi
-  AM_CXXFLAGS="-mmacosx-version-min=$macos_deployment_target $AM_CXXFLAGS"
+  AM_CPPFLAGS="-mmacosx-version-min=$macos_deployment_target $AM_CPPFLAGS"
   AM_LDFLAGS="-mmacosx-version-min=$macos_deployment_target $AM_LDFLAGS"
   AC_SUBST(macos_deployment_target,"${macos_deployment_target}")
   AC_MSG_CHECKING([the macos deployment target for LyX])