summaryrefslogtreecommitdiffstats
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:08 +0200
commit3afe017ec84c50a492395c2bbf7434aa93761051 (patch)
tree246520ee5ae988dcd85c38bebadea09dd86d25f9
parent7b0045aa6b827715b1e8e4efc28278ebdabb55f5 (diff)
downloadamarok-3afe017e.tar.gz
amarok-3afe017e.zip
Fix constant name for the OpenGL support test result.
Signed-off-by: gregory guy <g-gregory@gmx.fr>
-rw-r--r--amarok/configure.in.in4
-rw-r--r--config.h.in6
2 files changed, 5 insertions, 5 deletions
diff --git a/amarok/configure.in.in b/amarok/configure.in.in
index 897bac90..c98c8ee3 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=""
diff --git a/config.h.in b/config.h.in
index 7886e643..7a9c2cc7 100644
--- a/config.h.in
+++ b/config.h.in
@@ -121,9 +121,6 @@
/* Define if your system needs _NSGetEnviron to set up the environment */
#undef HAVE_NSGETENVIRON
-/* have Qt with OpenGL support */
-#undef HAVE_QGLWIDGET
-
/* Define if you have res_init */
#undef HAVE_RES_INIT
@@ -181,6 +178,9 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
+/* have TQt with OpenGL support */
+#undef HAVE_TQGLWIDGET
+
/* have TunePimp */
#undef HAVE_TUNEPIMP