]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
fix error output when checking for openh323 to refer to openh323 instead
authorRussell Bryant <russell@russellbryant.com>
Wed, 25 Oct 2006 19:20:23 +0000 (19:20 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 25 Oct 2006 19:20:23 +0000 (19:20 +0000)
of pwlib (issue #8222, misaksen)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46253 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configure.ac

index eb11b81d21c6347193b0f76fb2b866fbabc0bc03..868f9e7f66b8d4b6bf13d8c21428c43fac6e30ec 100644 (file)
@@ -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