From 038774d5867033e1defc348cd845ba42d2827e57 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Wed, 22 Nov 2000 04:03:22 +0000 Subject: Enable the building of any combination of ethereal, tethereal, and editcap. If GTK+ is not detected, then ethereal is not built. svn path=/trunk/; revision=2695 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 7a5c179473..ea3b1c64fe 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # # Run this to generate all the initial makefiles. # -# $Id: autogen.sh,v 1.12 2000/10/16 23:18:03 guy Exp $ +# $Id: autogen.sh,v 1.13 2000/11/22 04:03:22 gram Exp $ DIE=true PROJECT="Ethereal" @@ -13,7 +13,7 @@ python -c "print 'Checking for python.'" if [ $? != 0 ] ; then cat >&2 <<_EOF_ - You must have Python in order to compiler $PROJECT. + You must have Python in order to compile $PROJECT. Download the appropriate package for your distribution/OS, or get the source tarball at http://www.python.org/ _EOF_ -- cgit v1.2.1