$OpenBSD: patch-configure,v 1.2 2008/04/03 07:44:40 bernd Exp $
--- configure.orig	Thu May 10 01:09:39 2007
+++ configure	Wed Jan  9 08:01:33 2008
@@ -9,7 +9,6 @@
 
 BJAM=""
 TOOLSET=""
-BJAM_CONFIG=""
 BUILD=""
 PREFIX=/usr/local
 EPREFIX=
@@ -326,7 +325,7 @@ LIBS=$LIBS
 
 all: .dummy
 	@echo "\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam \$(LIBS)"
-	@\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam \$(LIBS) || \\
+	@\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam \$(LIBS) stage || \\
 	echo "Not all Boost libraries built properly."
 
 clean: .dummy
