mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-19 05:53:35 +00:00
indicate in final info whether aiksaurus is used
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9520 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aa5525260e
commit
965b4c320d
@ -1,3 +1,8 @@
|
||||
2005-01-21 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* configure.in:
|
||||
* configure.ac: indicate in final info whether aiksaurus is used.
|
||||
|
||||
2005-01-12 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* mkinstalldirs: take a newer version from HEAD.
|
||||
|
@ -115,6 +115,7 @@ if test x$lyx_use_aiksaurus != xno; then
|
||||
AC_CHECK_LIB(Aiksaurus, main,
|
||||
[AC_DEFINE(HAVE_LIBAIKSAURUS,1,[Define this if you have the AikSaurus library])
|
||||
AIKSAURUS_LIBS="-lAiksaurus -lbz2"
|
||||
lyx_flags="$lyx_flags aiksaurus"
|
||||
],,"-lbz2")
|
||||
AC_CHECK_HEADER(Aiksaurus.h,[
|
||||
ac_cv_header_aiksaurus_h=yes
|
||||
|
@ -118,6 +118,7 @@ if test x$lyx_use_aiksaurus != xno; then
|
||||
AC_CHECK_LIB(Aiksaurus, main,
|
||||
[AC_DEFINE(HAVE_LIBAIKSAURUS,,[Define this if you have the AikSaurus library])
|
||||
AIKSAURUS_LIBS="-lAiksaurus -lbz2"
|
||||
lyx_flags="$lyx_flags aiksaurus"
|
||||
],,"-lbz2")
|
||||
AC_CHECK_HEADER(Aiksaurus.h,[
|
||||
ac_cv_header_aiksaurus_h=yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user