X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=785d5c96cd3a878da24918e8c310794053bba03f;hb=9d1031771e4a30548d89efa49580e3d8b6dae119;hp=f7d52fa6698755079e5cb04b48e9924853d19b87;hpb=6f163198797ce335149881dcf2a423f93927e857;p=features.git diff --git a/configure.ac b/configure.ac index f7d52fa669..785d5c96cd 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,10 @@ AC_CONFIG_AUX_DIR(config) # First check the version LYX_CHECK_VERSION LYX_VERSION_SUFFIX +LYX_CHECK_QT6 +if test x$USE_QT6 = xno ; then LYX_CHECK_QT5 +fi # Check how the files should be packaged AC_CANONICAL_TARGET LYX_USE_PACKAGING @@ -193,6 +196,9 @@ AC_FUNC_SELECT_ARGTYPES LYX_CHECK_SPELL_ENGINES LYX_USE_INCLUDED_MYTHES +LYX_CHECK_WITH_SAXON +LYX_CHECK_WITH_XSLT_SHEETS + lyx_client_subdir=true dnl LIBS already contains some X extra libs that may interfere. save_LIBS="$LIBS"