summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9d77edc592..4c6b15986e 100644
--- a/configure.in
+++ b/configure.in
@@ -1755,6 +1755,11 @@ dnl Checks for typedefs, structures, and compiler characteristics.
# Check how we can get the time zone abbreviation
AC_WIRESHARK_TIMEZONE_ABBREV
+# We need to know whether "struct stat" has an "st_flags" member
+# for file_user_immutable().
+
+AC_WIRESHARK_STRUCT_ST_FLAGS
+
# We need to know whether "struct sockaddr" has an "sa_len" member
# for get_interface_list().