poldek: poldek/configure.in Check for gzungetc (for nstream.c).
    arekm 
    arekm at pld-linux.org
       
    Sat Feb 13 23:00:13 CET 2010
    
    
  
Author: arekm                        Date: Sat Feb 13 22:00:13 2010 GMT
Module: poldek                        Tag: HEAD
---- Log message:
Check for gzungetc (for nstream.c).
---- Files affected:
poldek/poldek:
   configure.in (1.145 -> 1.146) 
---- Diffs:
================================================================
Index: poldek/poldek/configure.in
diff -u poldek/poldek/configure.in:1.145 poldek/poldek/configure.in:1.146
--- poldek/poldek/configure.in:1.145	Mon May 12 17:51:38 2008
+++ poldek/poldek/configure.in	Sat Feb 13 23:00:08 2010
@@ -235,6 +235,8 @@
 AC_CHECK_LIB(bz2, BZ2_bzCompress)
 AC_CHECK_LIB(z, gzopen)
 
+AC_CHECK_FUNCS(gzungetc)
+
 DBLIB=""
 if test "${is_rpm4_0_4}." = "no." ; then
 	dnl tocheck: -ldb-3.1 causes link with static lib from /usr/lib
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/configure.in?r1=1.145&r2=1.146&f=u
    
    
More information about the pld-cvs-commit
mailing list