]> git.lyx.org Git - lyx.git/commitdiff
when testing for AikSaurus, do not require libbz2
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 2 Feb 2005 13:15:55 +0000 (13:15 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 2 Feb 2005 13:15:55 +0000 (13:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9571 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
configure.ac

index ec310c697b9edd8c27ad6d1e97319f50898b0df7..a7f2397cadba8a9ef47a64bafd249325e8c0cf2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: when testing for AikSaurus, do not require libbz2.
+
 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * configure.ac: add src/support/tests/Makefile 
index 0524255537da6fc535c24c2cf86861074950ad89..40dd30e7a07fc18c84344a043c7d60249f1d702f 100644 (file)
@@ -117,7 +117,7 @@ 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
   lyx_cv_aiksaurus_h_location="<Aiksaurus.h>"])