From Albert Chin: in a test program, include <glibconfig.h> rather than
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 12 Oct 2004 18:00:39 +0000 (18:00 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 12 Oct 2004 18:00:39 +0000 (18:00 +0000)
commitcac43ef3cbf89d61a4b420291724cdbece2f019f
tree72086dbbbf0bdf19381ce5703456e7a0952071bf
parentecce1b8afa3d70eee081b753516f3aa62167aeb5
From Albert Chin: in a test program, include <glibconfig.h> rather than
<glib.h> when checking for the format for 64-bit integers, as, on
Solaris 2.5.1, <glib.h> ends up defining a function that requires stuff
from glib, and the test program isn't linked with glib - including
<glibconfig.h> is sufficient to get guint64 defined, and that's all we
need.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12282 f5534014-38df-0310-8fa8-9805f1628bb7
acinclude.m4