pkgsrc-ng/comms/asterisk/patches/patch-res_pjproject_aconfigure.ac
2013-09-26 17:14:40 +02:00

14 lines
448 B
Plaintext

$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])