[Libreoffice-commits] core.git: configure.ac

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 1 08:09:39 UTC 2019


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0f55c0afbdc1ed60bfa6f4af8f3ccfc0c90db2e4
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Sun Jun 30 19:50:29 2019 +0200
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Mon Jul 1 10:09:00 2019 +0200

    use $CXX instead of hardcoded gcc in configure messages
    
    Change-Id: I99497f44baf1b51082c7c34e5fcfa8eeacff94ed
    Reviewed-on: https://gerrit.libreoffice.org/74933
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>

diff --git a/configure.ac b/configure.ac
index a7932882354c..f7683b0350e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6702,7 +6702,7 @@ if test "$_os" != "WINNT"; then
     # As the below test checks things when linking self-compiled dynamic libraries, it presumably is irrelevant
     # when we don't make any dynamic libraries?
     if test "$DISABLE_DYNLOADING" = ""; then
-        AC_MSG_CHECKING([if gcc is -fvisibility-inlines-hidden safe (Clang bug 11250)])
+        AC_MSG_CHECKING([if $CXX is -fvisibility-inlines-hidden safe (Clang bug 11250)])
         cat > conftestlib1.cc <<_ACEOF
 template<typename T> struct S1 { virtual ~S1() {} virtual void f() {} };
 struct S2: S1<int> { virtual ~S2(); };
@@ -6743,7 +6743,7 @@ _ACEOF
         fi
     fi
 
-   AC_MSG_CHECKING([if gcc has a visibility bug with class-level attributes (GCC bug 26905)])
+   AC_MSG_CHECKING([if $CXX has a visibility bug with class-level attributes (GCC bug 26905)])
     cat >visibility.cxx <<_ACEOF
 #pragma GCC visibility push(hidden)
 struct __attribute__ ((visibility ("default"))) TestStruct {


More information about the Libreoffice-commits mailing list