summaryrefslogtreecommitdiffstats
path: root/amarok
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-09-17 21:01:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-09-17 21:01:24 +0200
commit4a94062baf7a7a31ae705356a5cad7dc4844a706 (patch)
tree268cc662c09939be9be0cbd227afb62095351759 /amarok
parent9482d6b34cbd4b8f1fc1d00e77e597309d873795 (diff)
downloadamarok-4a94062baf7a7a31ae705356a5cad7dc4844a706.tar.gz
amarok-4a94062baf7a7a31ae705356a5cad7dc4844a706.zip
Fix constant name for the OpenGL support test result.
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 3afe017ec84c50a492395c2bbf7434aa93761051)
Diffstat (limited to 'amarok')
-rw-r--r--amarok/configure.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/configure.in.in b/amarok/configure.in.in
index 849a2614..2a24b260 100644
--- a/amarok/configure.in.in
+++ b/amarok/configure.in.in
@@ -389,7 +389,7 @@ AC_ARG_WITH(opengl,
)
if test "$build_opengl" != "no"; then
- AC_MSG_CHECKING(for Qt with OpenGL support)
+ AC_MSG_CHECKING(for TQt with OpenGL support)
AC_CACHE_VAL(ac_cv_kde_qt_has_opengl,
[
AC_LANG_SAVE
@@ -420,7 +420,7 @@ if test "$build_opengl" != "no"; then
AC_MSG_RESULT($ac_cv_kde_qt_has_opengl)
if test x$ac_cv_kde_qt_has_opengl = xyes; then
- AC_DEFINE(HAVE_QGLWIDGET, 1, [have Qt with OpenGL support])
+ AC_DEFINE(HAVE_TQGLWIDGET, 1, [have TQt with OpenGL support])
gl_libs="-lGL"
else
gl_libs=""