summaryrefslogtreecommitdiffstats
path: root/khotkeys/configure.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/configure.in.in')
-rw-r--r--khotkeys/configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/configure.in.in b/khotkeys/configure.in.in
index ad9ab0c55..4f170eb1e 100644
--- a/khotkeys/configure.in.in
+++ b/khotkeys/configure.in.in
@@ -48,7 +48,7 @@ dnl check for arts for speech recognition
dnl ---------------------------------------------------------------------------
-artsc_config_test_path=$prefix/bin:$exec_prefix/bin:$KDEDIR/bin:$PATH
+artsc_config_test_path=$prefix/bin:$exec_prefix/bin:$TDEDIR/bin:$PATH
AC_PATH_PROG(ARTSCCONFIG, artsc-config, no, $artsc_config_test_path)
if test "x$build_arts" = "xyes" && test "x$ARTSCCONFIG" != "xno" ; then