summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-08-19 14:00:20 +0900
committerSlávek Banko <slavek.banko@axis.cz>2021-02-03 22:44:26 +0100
commit0aa014e9d244fbfb04170d36d6e1eb95e1907a33 (patch)
treea7f0914e3f733713044a2e9e92c018f1672731dc /config.h.cmake
parent711ff288fa939c7cefa7bb9a81ded2a5a10a5f8f (diff)
downloadtdelibs-0aa014e9d244fbfb04170d36d6e1eb95e1907a33.tar.gz
tdelibs-0aa014e9d244fbfb04170d36d6e1eb95e1907a33.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> (cherry picked from commit bbe1b42cbbc7293041a83b154f969792a2592510)
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 d84c4b087..5104a9b15 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@"