aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-11-22 04:03:22 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-11-22 04:03:22 +0000
commit038774d5867033e1defc348cd845ba42d2827e57 (patch)
tree88d99ad52fcd6fbe1d48401aa08a85e8d64a22d0 /autogen.sh
parent032575ea0de81586509c01b92b9b4842daddd5fb (diff)
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
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
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_