From c0c8b515f9f705e5cf945ef235f0019f22af68b8 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Mon, 1 Aug 2011 10:45:23 -0500 Subject: [PATCH] --with-perftools configure option now assumes --enable-perftools (closes #527) --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index b8afc4cd64..7df0e8b759 100755 --- a/configure +++ b/configure @@ -172,6 +172,7 @@ while [ $# -ne 0 ]; do append_cache_entry LibGeoIP_ROOT_DIR PATH $optarg ;; --with-perftools=*) + append_cache_entry ENABLE_PERFTOOLS BOOL true append_cache_entry GooglePerftools_ROOT_DIR PATH $optarg ;; --with-python=*)