diff options
author | shankar | 2010-02-25 12:25:32 +0000 |
---|---|---|
committer | shankar | 2010-02-25 12:25:32 +0000 |
commit | 2e4d68d55d7a35f31f66c2d9ea7e998989042bc2 (patch) | |
tree | 42cccd608398c5f5c0db0da62a5e209ce5f9dfb9 /tools | |
parent | e312f490dae74561d55c88df081093fdb13ff00d (diff) | |
download | axis2c-2e4d68d55d7a35f31f66c2d9ea7e998989042bc2.tar.gz axis2c-2e4d68d55d7a35f31f66c2d9ea7e998989042bc2.tar.bz2 |
fixing AXIS2C-1431;
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@916265 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tcpmon/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tcpmon/configure.ac b/tools/tcpmon/configure.ac index 56e69f8..9247599 100644 --- a/tools/tcpmon/configure.ac +++ b/tools/tcpmon/configure.ac @@ -18,9 +18,9 @@ AC_PROG_LN_S AC_PROG_MAKE_SET -CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE -g" +CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE" if test "$GCC" = "yes"; then - CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration" + CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration -g" fi |