mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
when testing for AikSaurus, do not require libbz2 (forgot one part!)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9572 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7d3bd3c836
commit
d7b3cae368
@ -115,7 +115,7 @@ AC_ARG_WITH(aiksaurus,
|
||||
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"
|
||||
AIKSAURUS_LIBS="-lAiksaurus"
|
||||
lyx_flags="$lyx_flags aiksaurus"
|
||||
])
|
||||
AC_CHECK_HEADER(Aiksaurus.h,[
|
||||
|
Loading…
Reference in New Issue
Block a user