$OpenBSD: patch-configure,v 1.3 2002/09/30 06:44:17 wilfried Exp $ --- configure.orig Sat Sep 28 10:39:23 2002 +++ configure Sat Sep 28 10:39:51 2002 @@ -4190,7 +4190,7 @@ echo "configure:4179: checking if libsup ;; esac - CXX="$CC" + : # CXX="$CC" # Show all standard warnings + unused variables when compiling... OPTIM="-Wall -Wunused $OPTIM" @@ -4217,7 +4217,7 @@ echo "configure:4179: checking if libsup if test "x$with_optim" != x; then OPTIM="$with_optim $OPTIM" else - OPTIM="-O2 $OPTIM" + : # OPTIM="-O2 $OPTIM" fi fi