From: JINMEI Tatuya Date: Thu, 11 Oct 2012 16:41:47 +0000 (-0700) Subject: [2340] removed a bogus 'test' within a test(1) expression. X-Git-Tag: trac2402_base~15^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55be177fc4f7537143ab6ef5a728bd44bdf9d783;p=thirdparty%2Fkea.git [2340] removed a bogus 'test' within a test(1) expression. --- diff --git a/configure.ac b/configure.ac index 4cea7ae8e3..72c7be2619 100644 --- a/configure.ac +++ b/configure.ac @@ -360,7 +360,7 @@ fi # Python 3.2 has an unused parameter in one of its headers. This # has been reported, but not fixed as of yet, so we check if we need # to set -Wno-unused-parameter. -if test "X$GXX" = "Xyes" -a test $werror_ok = 1; then +if test "X$GXX" = "Xyes" -a $werror_ok = 1; then CPPFLAGS_SAVED="$CPPFLAGS" CPPFLAGS=${PYTHON_INCLUDES} CXXFLAGS_SAVED="$CXXFLAGS"