Update of /cvs/poppler/poppler
In directory kemper:/tmp/cvs-serv9900
Modified Files:
ChangeLog configure.ac
Log Message:
add a warning how nasty zlib can be, it can come and it your pdfs and make your
readers crash when you are not looking at it, so be aware that if you enable it
you are on your own ;-)
Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.413
retrieving revision 1.414
diff -u -d -r1.413 -r1.414
--- ChangeLog 11 Aug 2006 13:12:11 -0000 1.413
+++ ChangeLog 15 Aug 2006 22:27:31 -0000 1.414
@@ -1,3 +1,7 @@
+2006-08-16 Albert Astals Cid <[EMAIL PROTECTED]>
+
+ * configure.ac: Add a warning saying zlib code is not perfect.
+
2006-08-11 Albert Astals Cid <[EMAIL PROTECTED]>
* poppler/Catalog.cc: Fix leak
Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- configure.ac 3 Aug 2006 10:34:52 -0000 1.58
+++ configure.ac 15 Aug 2006 22:27:31 -0000 1.59
@@ -82,7 +82,7 @@
dnl Test for zlib
AC_ARG_ENABLE(zlib,
AC_HELP_STRING([--disable-zlib],
- [Don't build against zlib.]),
+ [Don't build against zlib. This is the default
value as the zlib code is known to fail in some cases.]),
enable_zlib=$enableval,
enable_zlib="no")
if test x$enable_zlib = xyes; then
@@ -301,7 +301,7 @@
fi
case "$enable_compile_warnings" in
no) ;;
- yes) CXXFLAGS="-Wall -Wno-unused $CXXFLAGS" ;;
+ yes) CXXFLAGS="-g3 -Wall -Wno-unused $CXXFLAGS" ;;
kde) CXXFLAGS="-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi \
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align \
-Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith \
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler