aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-25 18:58:52 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-25 18:58:52 +0000
commita9f89f24f58f2d75444f90ef61e00d07251af79f (patch)
tree462a42fb79cf80014a2f0f345e8b2fb4c034885f /configure.ac
parenta403111660dd017cf1c8129c5312cf751bcb4643 (diff)
fix a typo and clarify something else
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41120 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 88a6bb6fe..eaa1e1e55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,8 +123,8 @@ if test "$?" != "0" ; then
rm -f testMakefile
AC_MSG_NOTICE(********** ERROR **********)
AC_MSG_NOTICE(Your version of GNU Make contains a bug that will cause the Asterisk build)
- AC_MSG_NOTICE(system to not funciton properly. This bug is known to be fixed in version)
- AC_MSG_NOTICE(3.81 as well as versions of 3.80 that contain backported bug fixes. You)
+ AC_MSG_NOTICE(system to not function properly. This bug is known to be fixed in version)
+ AC_MSG_NOTICE(3.81 as well as distributions of 3.80 that contain backported bug fixes. You)
AC_MSG_NOTICE(must update GNU make to build Asterisk.)
AC_MSG_NOTICE(***************************)
exit 1