$OpenBSD: patch-configure,v 1.5 2007/08/08 05:51:51 steven Exp $
--- configure.orig	Sat Jan  7 22:19:01 2006
+++ configure	Thu Mar 22 23:09:35 2007
@@ -360,7 +360,7 @@ class qc_qca : public ConfObj (public)
 
 		s = conf->getenv("QC_WITH_QCA_LIB");
 		if(!s.isEmpty()) {
-			if(!conf->checkLibrary(s, "qca"))
+			if(!conf->checkLibrary(s, "qca -lpthread -lstdc++ -L/usr/X11R6/lib"))
 				return false;
 			lib = s;
 		}
