diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 3b8dbfa1c..282e3a80d 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -192,3 +192,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@" |