X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=config%2Flyxinclude.m4;h=585cb7f8f08184bccfbeb05963aab35c286c0bac;hb=aa6619237d0f1eca7bca8838580628639824f32e;hp=1fa216c304e3a1629642309f08dca7f2a618f1c0;hpb=2f701e6a1c6b2a487a28c7a212421aef21f1b58c;p=features.git diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index 1fa216c304..585cb7f8f0 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -628,9 +628,9 @@ dnl be used. AC_DEFUN([LYX_USE_INCLUDED_MYTHES],[ AC_MSG_CHECKING([whether to use included MyThes library]) AC_ARG_WITH(included-mythes, - [AC_HELP_STRING([--with-included-mythes], [use the MyThes lib supplied with LyX instead of the system one])], + [AC_HELP_STRING([--without-included-mythes], [use the system MyThes lib instead of the one supplied with LyX])], [lyx_cv_with_included_mythes=$withval], - [lyx_cv_with_included_mythes=no]) + [lyx_cv_with_included_mythes=yes]) AM_CONDITIONAL(USE_INCLUDED_MYTHES, test x$lyx_cv_with_included_mythes = xyes) AC_MSG_RESULT([$lyx_cv_with_included_mythes]) if test x$lyx_cv_with_included_mythes != xyes ; then