summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2017-10-15 23:20:53 -0400
committerTheodore Ts'o <tytso@mit.edu>2017-10-15 23:20:53 -0400
commit69ab815dbe7981902847dfefd4f4c2d2cc855ef3 (patch)
treea118102004c8727be6a62ad08594216f3a85f01d /configure.ac
parenteec6f838ab03789659a05ac74aa0ba1b68de3be6 (diff)
parent852dae6f602084e30e305143e61da35ac224338f (diff)
downloade2fsprogs-69ab815dbe7981902847dfefd4f4c2d2cc855ef3.tar.gz
Merge branch 'maint' into next
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1314c385..4ec46170 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,8 +124,8 @@ else
fi
AC_USE_SYSTEM_EXTENSIONS
dnl
-dnl Set default values for library extentions. Will be dealt with after
-dnl parsing configuration opions, which may modify these
+dnl Set default values for library extensions. Will be dealt with after
+dnl parsing configuration options, which may modify these
dnl
LIB_EXT=.a
STATIC_LIB_EXT=.a
@@ -977,7 +977,7 @@ AC_CHECK_HEADERS(net/if.h,,,
]])
AC_FUNC_VPRINTF
dnl Check to see if dirent has member d_reclen. On cygwin those d_reclen
-dnl is not decleared.
+dnl is not declared.
AC_CHECK_MEMBER(struct dirent.d_reclen,[AC_DEFINE(HAVE_RECLEN_DIRENT, 1,
[Define to 1 if dirent has d_reclen])],,
[#include <dirent.h>])