diff --git a/ChangeLog b/ChangeLog index a35fe476..1c5b44ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/configure.ac b/configure.ac index 8c495fe5..8a990746 100644 --- a/configure.ac +++ b/configure.ac @@ -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