FIX: Remove expandvars from kde-config. Pointed out by mr_bones

This commit is contained in:
Alfredo Beaumont 2005-02-27 12:06:55 +00:00
parent c1e2af5f01
commit 01c5e1ae8a

View file

@ -351,8 +351,8 @@ AC_PATH_PROGS([KDE_CONFIG], [kde-config], [none])
if test "x$KDE_CONFIG" = "xnone"; then
kdefound=no
else
KDE_DESKTOP=`$KDE_CONFIG --expandvars --install apps`/Games/TacticStrategy
KDE_ICON=`$KDE_CONFIG --expandvars --install icon`
KDE_DESKTOP=`$KDE_CONFIG --install apps`/Games/TacticStrategy
KDE_ICON=`$KDE_CONFIG --install icon`
kdefound=yes
fi