- Fix build with --disable-gnome-vfs --enable-fuse-module. (Gentoo)
parent
f424e61b96
commit
f279223990
|
@ -2,6 +2,7 @@ xx/xx/2006 - 1.13.1-WIP
|
|||
|
||||
- Fix bug in ntfs_attr_pwrite() when we sometimes lose current run in
|
||||
the runlist. (Yura)
|
||||
- Fix build with --disable-gnome-vfs --enable-fuse-module. (Gentoo)
|
||||
|
||||
27/02/2006 - 1.13.0 - Lots and lots and lots of fixes and enhancements.
|
||||
|
||||
|
|
|
@ -178,6 +178,7 @@ AC_PATH_PROG(RM, rm, rm)
|
|||
AC_PROG_LN_S
|
||||
AC_PROG_MAKE_SET
|
||||
AC_PROG_LIBTOOL
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
# Enable large file support.
|
||||
AC_SYS_LARGEFILE
|
||||
|
|
Loading…
Reference in New Issue