[sheepdog] [PATCH 08/10] configure: support tracer with debug build
MORITA Kazutaka
morita.kazutaka at gmail.com
Wed Aug 7 17:49:06 CEST 2013
From: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
Now we can use tracer with debug build.
Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
configure.ac | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index b69df2c..49544a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -282,9 +282,8 @@ if test "x${enable_zookeeper}" = xyes; then
fi
if test "x${enable_trace}" = xyes; then
- if test "x${enable_debug}" = xyes || \
- test "x${enable_coverage}" = xyes; then
- AC_MSG_ERROR(tracer cannot be used with debug options)
+ if test "x${enable_coverage}" = xyes; then
+ AC_MSG_ERROR(tracer cannot be used with coverage options)
fi
if [[[ $host != *x86_64* ]]]; then
AC_MSG_ERROR(tracer can be used on x86_64 architectures)
--
1.7.9.5
More information about the sheepdog
mailing list