diff options
author | Slávek Banko <[email protected]> | 2013-08-18 16:27:27 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-08-18 16:27:27 +0200 |
commit | 679eaaa42746578dde4911d3a9205d4f8670ca55 (patch) | |
tree | 168d44c78dea3472648384125f2ae28b9ae5bfdf /configure.in | |
parent | 0af498ec7d2af08ea8e01b54cc29fae9975b8c91 (diff) | |
download | kkbswitch-679eaaa42746578dde4911d3a9205d4f8670ca55.tar.gz kkbswitch-679eaaa42746578dde4911d3a9205d4f8670ca55.zip |
Initial TDE conversion
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 98bfc1a..f580c8e 100644 --- a/configure.in +++ b/configure.in @@ -80,7 +80,7 @@ AM_CONDITIONAL(ENABLE_RU_UA_LAYOUT, test "x$enable_ru_ua_layout" = "xyes") dnl set prefix according to installed KDE. Strange that KDE build scripts dnl don't do it by default -AC_PREFIX_DEFAULT(`kde-config --prefix`) +AC_PREFIX_DEFAULT(`tde-config --prefix`) KDE_CREATE_SUBDIRSLIST AC_CONFIG_FILES([ Makefile ]) |