$OpenBSD: patch-configure,v 1.2 2016/01/25 20:32:15 sthen Exp $

Don't pick up collectd if installed at build time.

--- configure.orig	Mon Jan 25 18:27:03 2016
+++ configure	Mon Jan 25 20:09:38 2016
@@ -7002,7 +7002,7 @@ if test "x$smart_lib" != "x"; then
   SMART_LIBS="$smart_ldflags $smart_lib $SMART_LIBS"
 fi
 
-if test "x$ac_cv_lib_collectdclient_lcc_connect" != "xyes"; then
+if true || test "x$ac_cv_lib_collectdclient_lcc_connect" != "xyes"; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: collectdclient library not found. Use --with-collectdclient-lib-dir=<path>." >&5
 $as_echo "$as_me: WARNING: collectdclient library not found. Use --with-collectdclient-lib-dir=<path>." >&2;}
 else
