From c84e161cbf55d5827d22efdf7913f630364b44d9 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 23 Feb 2021 14:57:38 +0100 Subject: [PATCH] Just to reestablish the truth.... Signed-off-by: gregory guy (cherry picked from commit 86158a269e358399aac12fe8bb3b5f4ef7cc0ff5) --- acinclude.m4.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acinclude.m4.in b/acinclude.m4.in index f5e858d..f610caf 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -3747,7 +3747,7 @@ AC_DEFUN([KDE_CHECK_VISIBILITY_GCC_BUG], std::string s("blafasel"); return 0; } - ], [/* elvis is alive */], + ], [/* Elvis is not dead, he just went home! (Men In Black, 1997) */], kde_cv_val_gcc_visibility_bug=no, kde_cv_val_gcc_visibility_bug=yes) CXXFLAGS=$safe_CXXFLAGS @@ -3828,7 +3828,7 @@ else /* if this compiles, then Q_EXPORT is undefined */ /* if Q_EXPORT is nonempty, this will break compilation */ #endif - ], [/* elvis is alive */], + ], [/* Elvis is not dead, he just went home! (Men In Black, 1997) */], kde_cv_val_qt_gcc_visibility_patched=no, kde_cv_val_qt_gcc_visibility_patched=yes) fi fi