summaryrefslogtreecommitdiffstats
path: root/amarok/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/configure.in.in')
-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 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=""