]> git.lyx.org Git - lyx.git/blobdiff - configure.in
More header file include dependency work
[lyx.git] / configure.in
index 14a13021c9b7b7c9acd58a560abd648a7f50f0a4..5e4437f46d2fb572056336aee195a0bac76495ea 100644 (file)
@@ -111,6 +111,12 @@ dnl by testing these we check if it is ok to have
 dnl -lc and -lm as args to the compiler
 AC_CHECK_LIB(m, sin)
 AC_CHECK_LIB(c, fopen)
+AC_CHECK_LIB(bz2, main)
+AC_CHECK_LIB(AikSaurus, main, 
+       [AC_DEFINE(HAVE_LIBAIKSAURUS,,[Define this if you have the AikSaurus library])
+        AIKSAURUS_LIBS="-lAikSaurus"
+        AC_SUBST(AIKSAURUS_LIBS)
+       ])
 
 ### Add extra directories to check for libraries.
 LYX_WITH_DIR([extra-lib],[extra library directory],extra_lib, NONE)