Require GLib 2.4 or later.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 5 May 2008 22:47:32 +0000 (22:47 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 5 May 2008 22:47:32 +0000 (22:47 +0000)
commit94ab014f04075a1fb203e7613a1b360aabfaa12c
treec41aaed36ad6a43e9b359d865983e833c5e3c6c5
parentf4a1f2fc6693c52b441c876fd0ca9238d64e21f4
Require GLib 2.4 or later.

That means that G_GINT64_MODIFIER will be defined, so don't check
whether it's defined.

We don't use the PRI[douxX]64 macros, as we use the GLib print routines
and thus use G_GINT64_MODIFIER instead.  Get rid of the checks for
whether inttypes.h defines PRI[douxX]64; just check whether it exists at
all.

That means we don't set INTTYPES_H_DEFINES_FORMATS, so don't check for
it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25243 f5534014-38df-0310-8fa8-9805f1628bb7
acinclude.m4
configure.in
epan/packet.h
epan/tap.h