mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fixup to 2f701e6a1
Use the bundled mythes by default again, since the current situaiton create an error for anybody who does not have the system one installed. This is a stop gap measure and I'll return to it later (in a hurry now).
This commit is contained in:
parent
ef05496ce9
commit
aa6619237d
@ -628,9 +628,9 @@ dnl be used.
|
|||||||
AC_DEFUN([LYX_USE_INCLUDED_MYTHES],[
|
AC_DEFUN([LYX_USE_INCLUDED_MYTHES],[
|
||||||
AC_MSG_CHECKING([whether to use included MyThes library])
|
AC_MSG_CHECKING([whether to use included MyThes library])
|
||||||
AC_ARG_WITH(included-mythes,
|
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=$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)
|
AM_CONDITIONAL(USE_INCLUDED_MYTHES, test x$lyx_cv_with_included_mythes = xyes)
|
||||||
AC_MSG_RESULT([$lyx_cv_with_included_mythes])
|
AC_MSG_RESULT([$lyx_cv_with_included_mythes])
|
||||||
if test x$lyx_cv_with_included_mythes != xyes ; then
|
if test x$lyx_cv_with_included_mythes != xyes ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user