$OpenBSD: patch-configure,v 1.12 2015/02/16 21:40:38 sthen Exp $

Remove configure check, since the pl/python does work if you
LD_PRELOAD libpthread when starting PostgreSQL.

--- configure.orig	Mon Feb  2 20:42:55 2015
+++ configure	Mon Feb 16 16:16:37 2015
@@ -7454,11 +7454,6 @@ pythreads=`${PYTHON} -c "import sys; print(int('thread
 if test "$pythreads" = "1"; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
-  case $host_os in
-  openbsd*)
-    as_fn_error $? "threaded Python not supported on this platform" "$LINENO" 5
-    ;;
-  esac
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
