aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-02-15 11:47:43 +0000
committerMatthew Wild <mwild1@gmail.com>2009-02-15 11:47:43 +0000
commitf28bae1905f47b1f31c51d93b8bb64cecdc5d1ff (patch)
tree3ee29debf750a25590aefd966abe395d74532787 /configure
parentee76996984e89100a912ef8e6a2fe5b135883ec2 (diff)
downloadprosody-f28bae1905f47b1f31c51d93b8bb64cecdc5d1ff.tar.gz
prosody-f28bae1905f47b1f31c51d93b8bb64cecdc5d1ff.zip
Add -Wall to default CFLAGS
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f3b7f76d..e310b7a7 100755
--- a/configure
+++ b/configure
@@ -15,7 +15,7 @@ OPENSSL_LIB=crypto
CC=gcc
LD=gcc
-CFLAGS="-fPIC"
+CFLAGS="-fPIC -Wall"
LFLAGS="-shared"
# Help
@@ -140,7 +140,7 @@ then
LUA_INCDIR_SET=yes
LUA_LIBDIR=/usr/local/lib
LUA_LIBDIR_SET=yes
- CFLAGS=""
+ CFLAGS="-Wall"
LFLAGS="-bundle -undefined dynamic_lookup"
fi
fi