[svn-commits] russell: branch 1.4 r46253 - /branches/1.4/configure.ac

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Oct 25 12:20:23 MST 2006


Author: russell
Date: Wed Oct 25 14:20:23 2006
New Revision: 46253

URL: http://svn.digium.com/view/asterisk?rev=46253&view=rev
Log:
fix error output when checking for openh323 to refer to openh323 instead
of pwlib (issue #8222, misaksen)

Modified:
    branches/1.4/configure.ac

Modified: branches/1.4/configure.ac
URL: http://svn.digium.com/view/asterisk/branches/1.4/configure.ac?rev=46253&r1=46252&r2=46253&view=diff
==============================================================================
--- branches/1.4/configure.ac (original)
+++ branches/1.4/configure.ac Wed Oct 25 14:20:23 2006
@@ -734,9 +734,9 @@
 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
 



More information about the svn-commits mailing list