diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:11:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:11:00 -0600 |
commit | cf347d1456d8d8b97c279e3d477e14063b0afa8f (patch) | |
tree | 381a451dd3905454eb33a3f3f7373b47c32476b8 /configure.in.in | |
parent | 0e23dd5b3f8b2b46dac4c35ee73066eece2cdd8d (diff) | |
download | tdemultimedia-cf347d1456d8d8b97c279e3d477e14063b0afa8f.tar.gz tdemultimedia-cf347d1456d8d8b97c279e3d477e14063b0afa8f.zip |
Rename KDEHOME and KDEDIR
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 |