diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 14:31:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 17:36:37 +0900 |
commit | b2925b116af68ffc3b1696c0d5b81696f894de04 (patch) | |
tree | f3a5b7782ac5242e1fb43b5933c6ead7e302e378 /tdecore/configure.in.in | |
parent | d4ddb3a360072409d62094f3da5ab28597f2ccae (diff) | |
download | tdelibs-b2925b116af68ffc3b1696c0d5b81696f894de04.tar.gz tdelibs-b2925b116af68ffc3b1696c0d5b81696f894de04.zip |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdecore/configure.in.in')
-rw-r--r-- | tdecore/configure.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/configure.in.in b/tdecore/configure.in.in index 7ecda35e7..2597fddcc 100644 --- a/tdecore/configure.in.in +++ b/tdecore/configure.in.in @@ -1,4 +1,4 @@ -dnl Compile in the exec prefix to help kstddirs in finding dynamic libs +dnl Compile in the exec prefix to help kstandarddirs in finding dynamic libs AC_DEFINE_UNQUOTED(__KDE_EXECPREFIX, "$exec_prefix", [execprefix or NONE if not set, for libloading]) dnl Compile in kde_bindir to safely find tdesu_stub. |