Author: shankar
Date: Thu Feb 25 12:25:32 2010
New Revision: 916265
URL: http://svn.apache.org/viewvc?rev=916265&view=rev
Log:
fixing AXIS2C-1431;
Modified:
axis/axis2/c/core/trunk/axiom/configure.ac
axis/axis2/c/core/trunk/neethi/configure.ac
axis/axis2/c/core/trunk/samples/configure.ac
axis/axis2/c/core/trunk/tools/tcpmon/configure.ac
axis/axis2/c/core/trunk/util/configure.ac
Modified: axis/axis2/c/core/trunk/axiom/configure.ac
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/configure.ac?rev=916265&r1=916264&r2=916265&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/configure.ac (original)
+++ axis/axis2/c/core/trunk/axiom/configure.ac Thu Feb 25 12:25:32 2010
@@ -46,7 +46,6 @@
AC_CHECK_LIB(dl, dlopen)
AC_CHECK_LIB(z, inflate)
-#CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE
-Wno-implicit-function-declaration"
CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
if test "$GCC" = "yes"; then
CFLAGS="$CFLAGS -ansi -Werror -Wall -Wno-implicit-function-declaration "
Modified: axis/axis2/c/core/trunk/neethi/configure.ac
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/neethi/configure.ac?rev=916265&r1=916264&r2=916265&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/neethi/configure.ac (original)
+++ axis/axis2/c/core/trunk/neethi/configure.ac Thu Feb 25 12:25:32 2010
@@ -31,7 +31,6 @@
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 "
Modified: axis/axis2/c/core/trunk/samples/configure.ac
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/configure.ac?rev=916265&r1=916264&r2=916265&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/configure.ac (original)
+++ axis/axis2/c/core/trunk/samples/configure.ac Thu Feb 25 12:25:32 2010
@@ -47,7 +47,10 @@
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
-g -D_GNU_SOURCE"
+fi
dnl Checks for header files.
AC_HEADER_STDC
Modified: axis/axis2/c/core/trunk/tools/tcpmon/configure.ac
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/tools/tcpmon/configure.ac?rev=916265&r1=916264&r2=916265&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/tools/tcpmon/configure.ac (original)
+++ axis/axis2/c/core/trunk/tools/tcpmon/configure.ac Thu Feb 25 12:25:32 2010
@@ -18,9 +18,9 @@
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
Modified: axis/axis2/c/core/trunk/util/configure.ac
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/configure.ac?rev=916265&r1=916264&r2=916265&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/configure.ac (original)
+++ axis/axis2/c/core/trunk/util/configure.ac Thu Feb 25 12:25:32 2010
@@ -51,7 +51,6 @@
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"