summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar shankar2010-02-24 03:42:17 +0000
committerGravatar shankar2010-02-24 03:42:17 +0000
commit55a52d271a7072575b27026f625857654477d9a8 (patch)
tree4caf3864716e7eb4bbfe82b82722dd30f5c43066 /configure.ac
parent9e02291ba0f792216add4c75c1efc7d25cfaf942 (diff)
downloadaxis2c-55a52d271a7072575b27026f625857654477d9a8.tar.gz
axis2c-55a52d271a7072575b27026f625857654477d9a8.tar.bz2
removing unwanted -lpthread
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bfcbaed..80061b6 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.