Put back the check for gzseek() when building with the GTK+ build flags
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 18 Jan 2002 08:28:22 +0000 (08:28 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 18 Jan 2002 08:28:22 +0000 (08:28 +0000)
commit14bc1a57f71b83d42dfc17ec81a783e266b8c088
tree7955f982bf99d01ebee3ee0dd788b800a3d493dc
parent3f8339aa01d4576bb50cae52900bc66b3a089fe0
Put back the check for gzseek() when building with the GTK+ build flags
(well, the check used to be a check for gzgets(), but we now have our
own version of that), so that, on a system with multiple versions of
zlib where the GTK+ -L flags get you an old version without gzgets(),
the configure fails, rather than the build failing.

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