summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-09-25 04:50:10 +0530
committerMukund Sivaraman <muks@banu.com>2009-09-27 08:09:24 +0530
commit1cdec540290a9b739812982e96a37e8366fa49c4 (patch)
tree84d5a2be9e77179a432ecb739d0cf74e4e1f0a60
parent54f4e8a91ff9087e55d375f8c48f893b956afb28 (diff)
downloadtinyproxy-1cdec540290a9b739812982e96a37e8366fa49c4.tar.gz
tinyproxy-1cdec540290a9b739812982e96a37e8366fa49c4.zip
build: Reverse maintainer mode test
This is so that if this variable name changes in the future, Tinyproxy would still build without aborting on -Werror.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2d8baaa..f5959aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -201,7 +201,7 @@ AC_CHECK_FUNCS([strlcpy strlcat])
dnl Enable extra warnings
DESIRED_FLAGS="-fdiagnostics-show-option -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wfloat-equal -Wundef -Wformat=2 -Wlogical-op -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Waggregate-return -Winit-self -Wpacked --std=c89 -ansi -pedantic -Wc++-compat -Wno-long-long -Wno-overlength-strings -Wdeclaration-after-statement -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-qual -Wcast-align -Wwrite-strings -Wp,-D_FORTIFY_SOURCE=2 -fno-common"
-if test -z "${MAINTAINER_MODE_TRUE}"; then
+if test -n "${MAINTAINER_MODE_FALSE}"; then
DESIRED_FLAGS="-Werror $DESIRED_FLAGS"
fi