summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/configure.ac
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-12-26 04:13:23 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-12-26 04:13:23 +0000
commitc8dd5cb5e69815d77d025c2c01a9c74093a8a7e5 (patch)
treeb48db289d7bdc73c3992f4881a3721647627dc20 /sca-cpp/trunk/configure.ac
parent0999fd565d6d629df87d3db38a84d4701b494b3b (diff)
Updated svn and git ignores. Removed -pg build option from non-debug build config.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@893940 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/configure.ac')
-rw-r--r--sca-cpp/trunk/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/configure.ac b/sca-cpp/trunk/configure.ac
index 1452d7164c..af2dcf4df6 100644
--- a/sca-cpp/trunk/configure.ac
+++ b/sca-cpp/trunk/configure.ac
@@ -176,7 +176,7 @@ if test "$want_maintainer_mode" = "true"; then
AC_SUBST([LDFLAGS], ["${LDFLAGS} -lpthread -pg"])
else
AC_SUBST([CXXFLAGS], [" -D_REENTRANT -O3 -std=c++0x -fmessage-length=0"])
- AC_SUBST([LDFLAGS], ["${LDFLAGS} -lpthread -pg"])
+ AC_SUBST([LDFLAGS], ["${LDFLAGS} -lpthread"])
fi
# Configure exuberant ctags