summaryrefslogtreecommitdiffstats
path: root/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in.in b/configure.in.in
index 2cb7d6f..0c68646 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -820,10 +820,10 @@ dnl AC_MSG_CHECKING(if building standalone aRts snapshot without KDE)
dnl if test "$DCOPIDL" = ""; then
dnl AC_MSG_RESULT(yes)
dnl ARTS_BUILD_KDE=""
-dnl MOC="true"
+dnl TQMOC="true"
dnl DCOPIDL="true"
dnl DCOPIDL2CPP="true"
-dnl AC_SUBST(MOC)
+dnl AC_SUBST(TQMOC)
dnl AC_SUBST(DCOPIDL)
dnl AC_SUBST(DCOPIDL2CPP)
dnl else