diff options
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in.in b/configure.in.in index e63d3beb..0228d19d 100644 --- a/configure.in.in +++ b/configure.in.in @@ -383,7 +383,7 @@ AC_DEFUN([KDE_CHECK_MPEGLIB_ARTS], AC_SUBST(MPEGLIB_ARTS_VERSION) dnl build search PATH - 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(kde_artsplug_compiles,artsc-config,no,$artsc_config_test_path) dnl if we found it here set variable @@ -536,7 +536,7 @@ if test "x$with_akode" != xno; then fi fi -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 |