From 74809c77811355689146d1941a615c3786be037c Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 17 Sep 2014 22:45:44 +0100 Subject: [PATCH] Remove python reference in config.mk. --- config.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.mk b/config.mk index da3fe478..10fa4215 100644 --- a/config.mk +++ b/config.mk @@ -54,10 +54,6 @@ WITH_MEMORY_TRACKING:=yes # information about the broker state. WITH_SYS_TREE:=yes -# Build with Python module. Comment out if Python is not installed, or required -# Python modules are not available. -WITH_PYTHON:=yes - # Build with SRV lookup support. WITH_SRV:=yes