characters). (Moriyoshi)
- Fixed bug #27798 (private / protected variables not exposed by
get_object_vars() inside class). (Marcus)
-- Fixed bug #27792 (Enabled large file support on Linux). (Edin)
- Fixed bug #27183 (Userland stream wrapper segfaults on stream_write).
(Christian)
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