aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-12-11 03:39:17 +0000
committerGuy Harris <guy@alum.mit.edu>2009-12-11 03:39:17 +0000
commit488253bfe74eaaf2a8720c37a2955241af7a7345 (patch)
tree45cb48bf81ba465e1d465cb2d2494dea450f0cc7 /configure.in
parent0d337768a7f6c9664dd8cf04d401fbadf25bd161 (diff)
Add the time zone abbreviation to the result of abs_time_to_str() and
abs_time_secs_to_str(). svn path=/trunk/; revision=31234
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6342201bbf..f5aca03941 100644
--- a/configure.in
+++ b/configure.in
@@ -1423,6 +1423,9 @@ AC_DEFINE(HAVE_AIRPDCAP, 1, [Enable AirPDcap (WPA/WPA2 decryption)])
dnl Checks for typedefs, structures, and compiler characteristics.
# AC_C_CONST
+# Check how we can get the time zone abbreviation
+AC_WIRESHARK_TIMEZONE_ABBREV
+
# We need to know whether "struct sockaddr" has an "sa_len" member
# for get_interface_list().