Skip to content

Commit

Permalink
Use consistent spelling for 0* libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
mavam committed Apr 18, 2012
1 parent fd9a934 commit af4f3ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure
Expand Up @@ -29,9 +29,9 @@ Usage: $0 [OPTION]... [VAR=VALUE]...
Required Packages in Non-Standard Locations:
--with-0event=PATH path to 0vent install root
--with-0mq=PATH path to 0MQ install root
--with-boost=PATH path to Boost install root
--with-broccoli=PATH path to Broccoli install root
--with-zeromq=PATH path to ZeroMQ install root
Optional Packages in Non-Standard Locations:
--with-perftools=PATH path to Google perftools install root
Expand Down Expand Up @@ -101,6 +101,9 @@ while [ $# -ne 0 ]; do
--with-0event=*)
append_cache_entry 0event_ROOT_DIR PATH $optarg
;;
--with-0mq=*)
append_cache_entry ZeroMQ_ROOT_DIR PATH $optarg
;;
--with-boost=*)
append_cache_entry BOOST_ROOT PATH $optarg
;;
Expand All @@ -114,9 +117,6 @@ while [ $# -ne 0 ]; do
append_cache_entry ENABLE_PERFTOOLS BOOL true
append_cache_entry Perftools_ROOT_DIR PATH $optarg
;;
--with-zeromq=*)
append_cache_entry ZeroMQ_ROOT_DIR PATH $optarg
;;
--binary-package)
append_cache_entry BINARY_PACKAGING_MODE BOOL true
;;
Expand Down

0 comments on commit af4f3ae

Please sign in to comment.