$NetBSD: patch-configure,v 1.1 2016/02/08 01:17:53 markd Exp $

Fix "test =="

--- configure.orig	2015-11-02 21:13:49.000000000 +0000
+++ configure
@@ -17044,7 +17044,7 @@ else
   ENABLE_FFMPEG_VERSIONS_FALSE=
 fi
 
- if test x"$with_qt5" == x"yes"; then
+ if test x"$with_qt5" = x"yes"; then
   WITH_QT5_TRUE=
   WITH_QT5_FALSE='#'
 else
