From c3571d8cded95bbb8ecbcc507fb0423b01781c5c Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Sun, 5 Sep 2010 07:25:49 +0200 Subject: [PATCH] configure.ac: Fixed typo in error message. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c1144a3f..32e9f3f6 100644 --- a/configure.ac +++ b/configure.ac @@ -233,7 +233,7 @@ fi AM_CONDITIONAL(ENABLE_FUSE_MODULE, $compile_fuse_module) PKG_CHECK_MODULES(NTFS_3G_MODULE, libntfs-3g >= 2010.5.22, [], - AC_MSG_ERROR([ntfs-3g.progs requires libntfs-3g version >= 2009.5.22.]) + AC_MSG_ERROR([ntfs-3g.progs requires libntfs-3g version >= 2010.5.22.]) ) # Autodetect whether we can build crypto stuff or not.