summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-14 07:37:32 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-14 07:37:32 +0800
commitb8f1b34019318db89e21361896e704f22273ca85 (patch)
tree218564a0be94e6122e6c8619f45e56357c68df0b /autogen.sh
parent68039d1e60dfe2c3a66fddba94157b72c61fde5a (diff)
downloadibus-b8f1b34019318db89e21361896e704f22273ca85.tar.gz
ibus-b8f1b34019318db89e21361896e704f22273ca85.tar.xz
ibus-b8f1b34019318db89e21361896e704f22273ca85.zip
Fix compile warning.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b8a32ec..6d46f01 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,4 +8,4 @@ aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
-./configure --enable-maintainer-mode $*
+CFLAGS=-Wall CXXFLAGS=-Wall ./configure --enable-maintainer-mode $*