blob: a40baf7f669a411c49b37f56d7df8c7f76e009e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ./configure.in.in.orig 2007-03-16 12:02:13.000000000 +0300
+++ ./configure.in.in 2007-03-16 12:02:44.000000000 +0300
@@ -44,7 +44,8 @@
if test "x$with_kde" != "xyes"; then
include_ARTS_FALSE="yes"
AC_PREFIX_DEFAULT(${prefix:-/usr/local})
- kde_icondir="/usr/share/icons"
+ KDE_SET_DEFAULT_PATHS([default])
+ eval "$kde_cv_all_paths"
fi
AM_CONDITIONAL([AMC_USE_KDE], [test "x$with_kde" = "xyes"])
|