From 12c499603ed0c1fc940e2ee77534c42a8ff1d0f1 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 30 Jan 2002 07:52:52 +0000 Subject: XFree86 installed with its own zlib isn't the only reason why an old zlib might be found when linking with the GTK+ link flags, so don't imply that it is in error messages. svn path=/trunk/; revision=4625 --- acinclude.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index ddb168c512..e5d242a5e2 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2,7 +2,7 @@ dnl Macros that test for specific features. dnl This file is part of the Autoconf packaging for Ethereal. dnl Copyright (C) 1998-2000 by Gerald Combs. dnl -dnl $Id: acinclude.m4,v 1.38 2002/01/20 23:05:22 gerald Exp $ +dnl $Id: acinclude.m4,v 1.39 2002/01/30 07:52:52 guy Exp $ dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -399,7 +399,7 @@ AC_DEFUN(AC_ETHEREAL_ZLIB_CHECK, AC_TRY_LINK_FUNC(gzseek, AC_MSG_RESULT(no), [ AC_MSG_RESULT(yes) - AC_MSG_ERROR(old XFree86 zlib found - rebuild XFree86 using system zlib or configure Ethereal without compressed file support.) + AC_MSG_ERROR(old zlib found when linking with X11 - get rid of old zlib.) ]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" -- cgit v1.2.3