Fix ancient typo.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Tue, 18 Sep 2007 08:49:20 +0000 (10:49 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Tue, 18 Sep 2007 08:49:20 +0000 (10:49 +0200)
configure.ac

index 1a631ea..c1e7a76 100644 (file)
@@ -645,7 +645,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
 # if STATFS_IN_SYS_VFS
 #  include <sys/vfs.h>
 # elif STATFS_IN_SYS_MOUNT
-#  include <sys/mouht.h>
+#  include <sys/mount.h>
 # elif STATFS_IN_SYS_STATFS
 #  include <sys/statfs.h>
 # endif