(cfield at affinitysolutions dot com)
- Fixed bug #29805 (HTTP Authentication Issues). (Uwe Schindler)
- Fixed bug #28325 (Circular references not properly serialised). (Moriyoshi)
-- Fixed bug #27792 (Enabled large file support on Linux). (Edin)
- Fixed bug #27469 (serialize() objects of incomplete class). (Dmitry)
22 Sep 2004, Version 4.3.9
LIBS="$LIBS -lbe -lroot";;
*mips*)
CPPFLAGS="$CPPFLAGS -D_XPG_IV";;
-*linux*)
- AC_MSG_CHECKING([for Linux LFS_CFLAGS])
- LFS_LINUX_CFLAGS=`getconf LFS_CFLAGS`
- if test "x$LFS_LINUX_CFLAGS" != "x"; then
- CFLAGS="$CFLAGS $LFS_LINUX_CFLAGS"
- fi
- AC_MSG_RESULT([$LFS_LINUX_CFLAGS])
esac