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

configure.ac

index 40dd30e7a07fc18c84344a043c7d60249f1d702f..6ba01c3bbb08935c43bda8b18305561bba8490ee 100644 (file)
@@ -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,[