X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=318986b4e247611aaa953a09b663d0099e142dfb;hb=17f9d6b192094be6b6e9b57d214cb0ec37297c58;hp=3c08acd62ac1cc530ddd823023841b195ea158c2;hpb=c293be56bd12c5dc46e5cedd2828e33918fccef7;p=lyx.git diff --git a/configure.ac b/configure.ac index 3c08acd62a..318986b4e2 100644 --- a/configure.ac +++ b/configure.ac @@ -129,6 +129,9 @@ LYX_USE_INCLUDED_ICONV ### check for compression support LYX_USE_INCLUDED_ZLIB +### check whether we build and install the supplied dtl programs +LYX_BUILD_INCLUDED_DTL + ### check for file magic support (currently optional) AC_CHECK_HEADERS(magic.h, [AC_CHECK_LIB(magic, magic_open, [LIBS="$LIBS -lmagic"], @@ -331,6 +334,7 @@ AC_CONFIG_FILES([Makefile \ lyx.1:lyx.1in \ 3rdparty/Makefile \ 3rdparty/boost/Makefile \ + 3rdparty/dtl/Makefile \ 3rdparty/hunspell/Makefile \ 3rdparty/mythes/Makefile \ 3rdparty/libiconv/Makefile \