]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2340] removed a bogus 'test' within a test(1) expression.
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 11 Oct 2012 16:41:47 +0000 (09:41 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 11 Oct 2012 17:04:42 +0000 (10:04 -0700)
configure.ac

index 4cea7ae8e374024a0689443d75755bb394750944..72c7be26194c08d7925e76c22665674be391fc2c 100644 (file)
@@ -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"