diff options
author | OBATA Akio <obache@wizdas.com> | 2020-08-19 14:00:20 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-09-27 19:06:55 +0200 |
commit | bbe1b42cbbc7293041a83b154f969792a2592510 (patch) | |
tree | 7b70d04adacaacf071f7db37cb7f9e4915916d96 /config.h.cmake | |
parent | 2706c5674eb1ea3fffdca4d8c3edb3b25335e731 (diff) | |
download | tdelibs-bbe1b42cbbc7293041a83b154f969792a2592510.tar.gz tdelibs-bbe1b42cbbc7293041a83b154f969792a2592510.zip |
Add the ability to detect ispell lib directory
Check LIBDIR ispell compile option and use only it for ispell lib directory
if found.
Signed-off-by: OBATA Akio <obache@wizdas.com>
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 4549fd14d..3e4a0e27c 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* Define where ispell libdir is */ +#cmakedefine ISPELL_LIBDIR "@ISPELL_LIBDIR@" + /* Define where aspell data dir is */ #define ASPELL_DATADIR "@ASPELL_DATADIR@" |