summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-09-09 15:37:06 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-09-09 15:37:06 +0800
commit2be1293b9da7f52910969e4a7de04f1fa6b14f6b (patch)
tree9816bc01cefbbac2629eeaffc485943e67e995cb /autogen.sh
parente3d960312eb0b3e272eb3194c43a1d1b94f6fb07 (diff)
downloadibus-2be1293b9da7f52910969e4a7de04f1fa6b14f6b.tar.gz
Add -Wl,--no-undefined in CFLAGS.
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 f5781b25..9e533f0e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,6 +8,6 @@ aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
-export CFLAGS="-Wall -g -O0"
+export CFLAGS="-Wall -g -O0 -Wl,--no-undefined"
export CXXFLAGS="$CFLAGS"
./configure --enable-maintainer-mode $*