aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-25 19:20:23 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-25 19:20:23 +0000
commite486a670833eb3d8aa6f9aaa0a5082a874a65aad (patch)
treede2ef2fe949bb630ddd778da49026aa280cb1ec3 /configure.ac
parentac500536ba77ecaed87de1087707480cacdc45f6 (diff)
fix error output when checking for openh323 to refer to openh323 instead
of pwlib (issue #8222, misaksen) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46253 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 eb11b81d2..868f9e7f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -734,9 +734,9 @@ if test "${PBX_PWLIB}" = "1" -a "${USE_OPENH323}" != "no" ; then
fi
if test "${USE_OPENH323}" != "no" -a "x${ac_cv_lib_OPENH323}" != "xyes" -a ! -z "${OPENH323_MANDATORY}"; then
AC_MSG_NOTICE(***)
- AC_MSG_NOTICE(*** The PWLIB installation on this system appears to be broken.)
+ AC_MSG_NOTICE(*** The OPENH323 installation on this system appears to be broken.)
AC_MSG_NOTICE(*** Either correct the installation, or run configure)
- AC_MSG_NOTICE(*** including --without-pwlib)
+ AC_MSG_NOTICE(*** including --without-h323)
exit 1
fi