$OpenBSD: patch-configure,v 1.26 2011/11/15 16:05:19 naddy Exp $
--- configure.orig	Thu Oct 20 04:02:58 2011
+++ configure	Sun Nov  6 19:06:37 2011
@@ -11648,8 +11648,8 @@ if test 0 = "0"; then
 else
   supported_build=no
   if test "x$GCC" = "xyes" ; then
-    CFLAGS="$CFLAGS -g -O0"
-    CXXFLAGS="$CXXFLAGS -g -O0"
+    : CFLAGS="$CFLAGS -g -O0"
+    : CXXFLAGS="$CXXFLAGS -g -O0"
   fi
 fi
  if test "x$supported_build" = "xno"; then
@@ -16049,7 +16049,7 @@ esac
 
 if test "x$GCC" = "xyes" ; then
 
-    CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal"
+    : CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Winline -Wfloat-equal"
 
         { $as_echo "$as_me:${as_lineno-$LINENO}: checking gcc version" >&5
 $as_echo_n "checking gcc version... " >&6; }
@@ -16061,10 +16061,10 @@ $as_echo_n "checking gcc version... " >&6; }
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_VERSION" >&5
 $as_echo "$GCC_VERSION" >&6; }
     if test $GCC_VERSION_NUM -ge 304; then
-                CFLAGS="$CFLAGS -Wextra -Wdeclaration-after-statement -Winit-self"
+                : CFLAGS="$CFLAGS -Wextra -Wdeclaration-after-statement -Winit-self"
     fi
     if test $GCC_VERSION_NUM -ge 403; then
-                CFLAGS="$CFLAGS -Wvariadic-macros"
+                : CFLAGS="$CFLAGS -Wvariadic-macros"
     fi
 fi
 
@@ -18868,7 +18868,7 @@ $INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
 if test $? -ne 0; then
    as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
 else
-   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
+   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
 $as_echo "$IT_PERL_VERSION" >&6; }
 fi
