[sword-svn] r3055 - trunk

chrislit at crosswire.org chrislit at crosswire.org
Mon Mar 3 09:05:45 MST 2014


Author: chrislit
Date: 2014-03-03 09:05:45 -0700 (Mon, 03 Mar 2014)
New Revision: 3055

Modified:
   trunk/configure.ac
Log:
change to check for a function we actually use


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2014-03-03 16:04:51 UTC (rev 3054)
+++ trunk/configure.ac	2014-03-03 16:05:45 UTC (rev 3055)
@@ -141,7 +141,7 @@
 fi
 
 if test x$with_xz  = xyes; then
-	AC_CHECK_LIB(lzma, lzma_block_buffer_encode,,with_xz="no")
+	AC_CHECK_LIB(lzma, lzma_easy_buffer_encode,,with_xz="no")
 else
 	with_xz="no"
 fi




More information about the sword-cvs mailing list