summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2014-11-25 15:50:56 -0500
committerSteve Dickson <steved@redhat.com>2014-11-25 15:50:56 -0500
commit0c7b486dfa6eb17e38a156abdff7e27562d06ceb (patch)
tree105a6df9707fe649ec5cc6319a888087b23b8124
parent061eaaeeb588122350fa3fc4d81ac814c59fbd84 (diff)
downloadrpcbind-0c7b486dfa6eb17e38a156abdff7e27562d06ceb.tar.gz
Removed the -DSVC_RUN_DEBUG compile flagrpcbind-0_2_2-rc4
Those debug messages were not useful at all. Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c99566d..ea5725f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,7 @@ AM_CPPFLAGS = \
$(TIRPC_CFLAGS)
if DEBUG
-AM_CPPFLAGS += -DRPCBIND_DEBUG -DSVC_RUN_DEBUG -DDEBUG_RMTCALL
+AM_CPPFLAGS += -DRPCBIND_DEBUG -DDEBUG_RMTCALL
AM_CPPFLAGS += -DND_DEBUG -DBIND_DEBUG
endif