aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-11-29 05:17:56 +0000
committerGuy Harris <guy@alum.mit.edu>1999-11-29 05:17:56 +0000
commitf60e02335afa859375f1c4815087e6cb79502403 (patch)
tree46b030bbf39250b39a24dfa727acd967ad121ccf /acinclude.m4
parentf3c3ed2c03147f8200816764f30a5f7578c2bd19 (diff)
Duh. If you say you're going to check for "gzgets()", check for
"gzgets()", not "gzseek()".... svn path=/trunk/; revision=1145
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 59ef086002..43f0408ab0 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -205,7 +205,7 @@ AC_DEFUN(AC_ETHEREAL_ZLIB_CHECK,
dnl with "gzgets()" should have the other routines we
dnl depend on, such as "gzseek()", "gztell()", and "zError()".
dnl
- AC_CHECK_LIB(z, gzseek,,enable_zlib=no)
+ AC_CHECK_LIB(z, gzgets,,enable_zlib=no)
])
#