$OpenBSD$ --- configure.orig Sat Oct 31 00:48:54 2009 +++ configure Sat Oct 31 00:50:27 2009 @@ -2143,6 +2143,13 @@ elif test `echo $target_os | sed "s/\(solaris\).*/\1/" then TARGET_OS=solaris +elif test `echo $target_os | sed "s/\(openbsd\).*/\1/"` = "openbsd" +then + TARGET_OS=openbsd + + CFLAGS="$CFLAGS" + LDFLAGS="$LDFLAGS" + elif test `echo $target_os | sed "s/\(darwin\).*/\1/"` = "darwin" then TARGET_OS=darwin