$OpenBSD: patch-configure_py,v 1.1.1.1 2017/03/13 15:00:39 bluhm Exp $
--- configure.py.orig	Tue Jan 10 04:21:31 2017
+++ configure.py	Mon Mar 13 07:15:37 2017
@@ -2201,10 +2201,6 @@ def main(argv = None):
             if have_program('clang++'):
                 options.compiler = 'clang'
         elif options.os == 'openbsd':
-            if have_program('eg++'):
-                info_cc['gcc'].binary_name = 'eg++'
-            else:
-                logging.warning('Default GCC is too old; install a newer one using \'pkg_add gcc\'')
             # The assembler shipping with OpenBSD 5.9 does not support avx2
             del info_cc['gcc'].isa_flags['avx2']
             options.compiler = 'gcc'
