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 /neethi | |
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 'neethi')
-rw-r--r-- | neethi/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/neethi/configure.ac b/neethi/configure.ac index f3a317c..9fd9e6c 100644 --- a/neethi/configure.ac +++ b/neethi/configure.ac @@ -31,7 +31,6 @@ AC_MSG_RESULT($axis2c_have_iso_c_varargs) dnl Checks for libraries. AC_CHECK_LIB(dl, dlopen) -#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 " |