[sword-svn] r1976 - trunk
    scribe at www.crosswire.org 
    scribe at www.crosswire.org
       
    Thu Sep 21 01:12:57 MST 2006
    
    
  
Author: scribe
Date: 2006-09-21 01:12:55 -0700 (Thu, 21 Sep 2006)
New Revision: 1976
Modified:
   trunk/sword.pc.in
Log:
What happened to ZLIB in make system?!!!  This is probably not the right fix, but didn't see anything with ZLIB in configure.ac.  I don't understand this stuff!!!
Modified: trunk/sword.pc.in
===================================================================
--- trunk/sword.pc.in	2006-09-21 04:29:01 UTC (rev 1975)
+++ trunk/sword.pc.in	2006-09-21 08:12:55 UTC (rev 1976)
@@ -7,6 +7,6 @@
 Name: SWORD
 Description: Biblical Text Engine
 Version: @VERSION@
-Libs: -L${libdir} -lsword @CURL_LIBS@ @LUCENE_LIBS@ @ICU_LIBS@ @ICU_IOLIBS@
+Libs: -L${libdir} -lsword -lz @CURL_LIBS@ @LUCENE_LIBS@ @ICU_LIBS@ @ICU_IOLIBS@
 Cflags: -I${includedir}/sword
 
    
    
More information about the sword-cvs
mailing list