diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-02-23 14:57:38 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-02-23 14:57:38 +0100 |
commit | 86158a269e358399aac12fe8bb3b5f4ef7cc0ff5 (patch) | |
tree | a3b0338a2dcac5b1d63570835cf85dde105c1770 | |
parent | 245cf67eba39c7597aa7ac9ea0cbc965569ff5be (diff) | |
download | admin-86158a269e358399aac12fe8bb3b5f4ef7cc0ff5.tar.gz admin-86158a269e358399aac12fe8bb3b5f4ef7cc0ff5.zip |
Just to reestablish the truth....
Signed-off-by: gregory guy <gregory-tde@laposte.net>
-rw-r--r-- | acinclude.m4.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in index 5e349d8..41ea962 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -3304,7 +3304,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 @@ -3374,7 +3374,7 @@ if $PKG_CONFIG --exists tqt-mt ; then /* 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_tqt_gcc_visibility_patched=no, kde_cv_val_tqt_gcc_visibility_patched=yes) fi fi |