aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-11 03:39:17 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-11 03:39:17 +0000
commit8a4c6e8c874ebaafbef67c2cdc334a4766fc76f4 (patch)
tree45cb48bf81ba465e1d465cb2d2494dea450f0cc7 /configure.in
parentf81d1872bb288a36c8dbab1efa8efa72200791f8 (diff)
Add the time zone abbreviation to the result of abs_time_to_str() and
abs_time_secs_to_str(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31234 f5534014-38df-0310-8fa8-9805f1628bb7
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().