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 /util/configure.ac | |
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 'util/configure.ac')
-rw-r--r-- | util/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/configure.ac b/util/configure.ac index 0e1ed19..ec2ec74 100644 --- a/util/configure.ac +++ b/util/configure.ac @@ -51,7 +51,6 @@ dnl ./util/src/platforms/unix/date_time_util_unix.c dnl is changed to call gettimeofday AC_CHECK_LIB(compat, ftime) -#CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declaration" CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE" if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -ansi -Wall -Werror -Wno-implicit-function-declaration -D_GNU_SOURCE" |