--with-perftools configure option now assumes --enable-perftools (closes #527)

This commit is contained in:
Jon Siwek 2011-08-01 10:45:23 -05:00
parent a34b0b5344
commit c0c8b515f9

1
configure vendored
View file

@ -172,6 +172,7 @@ while [ $# -ne 0 ]; do
append_cache_entry LibGeoIP_ROOT_DIR PATH $optarg append_cache_entry LibGeoIP_ROOT_DIR PATH $optarg
;; ;;
--with-perftools=*) --with-perftools=*)
append_cache_entry ENABLE_PERFTOOLS BOOL true
append_cache_entry GooglePerftools_ROOT_DIR PATH $optarg append_cache_entry GooglePerftools_ROOT_DIR PATH $optarg
;; ;;
--with-python=*) --with-python=*)