$NetBSD: patch-aa,v 1.5 2008/02/03 03:37:32 heinz Exp $

  - Shell portability fix: see
    https://savannah.nongnu.org/bugs/index.php?22222

--- configure.orig	2007-11-30 19:18:05.000000000 +0000
+++ configure
@@ -19595,7 +19595,7 @@ else
   multithread=yes
 fi;
 
-if test x$PKG_CONFIG == xno && test "x${multithread}" != xno ; then
+if test x$PKG_CONFIG = xno && test "x${multithread}" != xno ; then
 
 
 
