summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-25 21:04:13 +0000
committerJoão Valverde <j@v6e.pt>2016-04-02 22:18:46 +0000
commitae9e3114802d8a758a335df664ddff13f4037e61 (patch)
tree96600338c511b1bc2f29f40dc55a49ff7fb13ecb /configure.ac
parentfd4808fbec986bcc24247b9acfba83db95dba2c6 (diff)
downloadwireshark-ae9e3114802d8a758a335df664ddff13f4037e61.tar.gz
Use AC_STRUCT_TIMEZONE
Change-Id: I96c12dce662691d37d6eb6c1893c5e9d91a8ea6f Reviewed-on: https://code.wireshark.org/review/14753 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 476af83673..2a37fad148 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2729,7 +2729,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
# AC_C_CONST
# Check how we can get the time zone abbreviation
-AC_WIRESHARK_TIMEZONE_ABBREV
+AC_STRUCT_TIMEZONE
# We need to know whether "struct stat" has an "st_flags" member
# for file_user_immutable().