[Libreoffice-commits] core.git: configure.ac
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Aug 31 14:12:00 UTC 2018
configure.ac | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit ceb72f4c28d0500ddc36f6f7043b756db114be39
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Aug 31 12:21:06 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Aug 31 16:11:30 2018 +0200
No need to AC_SUBST these
Change-Id: I3f9613bcf6d29c4f696e359d198a028a6f0a35c9
Reviewed-on: https://gerrit.libreoffice.org/59861
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/configure.ac b/configure.ac
index 756261a4f052..4c968365faaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6408,7 +6408,6 @@ if test "$GCC" = yes; then
fi
AC_SUBST([HAVE_GCC_FNO_SIZED_DEALLOCATION])
-HAVE_CPP_GUARANTEED_COPY_ELISION=
AC_MSG_CHECKING([whether $CXX supports guaranteed copy elision])
AC_LANG_PUSH([C++])
save_CXXFLAGS=$CXXFLAGS
@@ -6429,9 +6428,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([
], [AC_MSG_RESULT([no])])
CXXFLAGS=$save_CXXFLAGS
AC_LANG_POP([C++])
-AC_SUBST([HAVE_CPP_GUARANTEED_COPY_ELISION])
-HAVE_CXX_CWG1579_FIX=
AC_MSG_CHECKING([whether $CXX has a fix for CWG1579])
AC_LANG_PUSH([C++])
save_CXXFLAGS=$CXXFLAGS
@@ -6450,7 +6447,6 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([
], [AC_MSG_RESULT([no])])
CXXFLAGS=$save_CXXFLAGS
AC_LANG_POP([C++])
-AC_SUBST([HAVE_CXX_CWG1579_FIX])
AC_MSG_CHECKING([whether $CXX has GCC bug 87150])
AC_LANG_PUSH([C++])
More information about the Libreoffice-commits
mailing list