summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2013-05-05 04:50:18 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-05-05 05:09:58 +0200
commita8fe98ad7575fd44a4b8ae674f51bd328f6cda9a (patch)
treeb5b706c8841eadbb44d8024a91a383bcbe9a39e0 /config.h.cmake
parent770eda3afd42b8c3c9ce2775cd6d4a4ef39a6750 (diff)
downloadtdebase-a8fe98ad7575fd44a4b8ae674f51bd328f6cda9a.tar.gz
tdebase-a8fe98ad7575fd44a4b8ae674f51bd328f6cda9a.zip
Added support for makewhatis in tdeio-man
This resolves Bug 714 (cherry picked from commit 2b6bc47289c47d4c5322ac25b688d0b3027a31d0)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 285e4ae53..6a65adfe5 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -181,3 +181,6 @@
// Defined when wanting ksmserver shutdown debugging timing markers in .xsession-errors
#cmakedefine BUILD_PROFILE_SHUTDOWN 1
+
+// Use makewhatis manpage support
+#cmakedefine WITH_MAKEWHATIS "@WITH_MAKEWHATIS@"