diff options
author | shankar | 2010-02-25 12:17:32 +0000 |
---|---|---|
committer | shankar | 2010-02-25 12:17:32 +0000 |
commit | 4b4d29e55e8e681ff5aa13c98c84561b9d625d94 (patch) | |
tree | 5ad97e8bde418eb55f170e0d75d9853d922766d8 | |
parent | 45691f58c8bd558e2ac59b38add2264a6d21d231 (diff) | |
download | axis2c-4b4d29e55e8e681ff5aa13c98c84561b9d625d94.tar.gz axis2c-4b4d29e55e8e681ff5aa13c98c84561b9d625d94.tar.bz2 |
removing comments
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@916262 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8393e3d..503f91f 100644 --- a/configure.ac +++ b/configure.ac @@ -59,12 +59,10 @@ if test -d $srcdir/neethi; then AC_CONFIG_SUBDIRS(neethi) fi -#CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declaration" CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE" CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE" if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -ansi -Wall -Werror -Wno-implicit-function-declaration -g -D_GNU_SOURCE" -# CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration" fi dnl Checks for header files. |