b215c2dfa2
The Asterisk Development Team has announced the release of Asterisk 11.4.0. The release of Asterisk 11.4.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * --- Fix Sorting Order For Parking Lots Stored In Static Realtime * --- Fix StopMixMonitor Hanging Up When Unable To Stop MixMonitor On A Channel * --- When a session timer expires during a T.38 call, re-invite with correct SDP * --- Fix white noise on SRTP decryption * --- Fix reload skinny with active devices. For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.4.0 Thank you for your continued support of Asterisk!
13 lines
448 B
Text
13 lines
448 B
Text
$NetBSD: patch-res_pjproject_aconfigure.ac,v 1.2 2013/05/18 03:40:17 jnemeth Exp $
|
|
|
|
--- res/pjproject/aconfigure.ac.orig 2013-02-04 19:50:52.000000000 +0000
|
|
+++ res/pjproject/aconfigure.ac
|
|
@@ -907,7 +907,7 @@ AC_ARG_ENABLE(ffmpeg,
|
|
av_pkg="$av_pkg libavcore"
|
|
fi
|
|
|
|
- if test "x$av_pkg" == "x"; then
|
|
+ if test "x$av_pkg" = "x"; then
|
|
AC_MSG_RESULT([none detected (check the prefix)! **])
|
|
else
|
|
AC_MSG_RESULT([$av_pkg])
|