summaryrefslogtreecommitdiff
path: root/aclocal/ax_boost_base.m4
diff options
context:
space:
mode:
authorJake Farrell <jfarrell@apache.org>2012-09-29 00:26:36 +0000
committerJake Farrell <jfarrell@apache.org>2012-09-29 00:26:36 +0000
commit2fd8a15fc4e458aee13dd3be7fcba96bb5019c38 (patch)
treedfe62ed293966e1436e958a4cee2d1c4f893d324 /aclocal/ax_boost_base.m4
parent373a26b0c63b0cab8195563aa8911fd5eb70013f (diff)
downloadthrift-2fd8a15fc4e458aee13dd3be7fcba96bb5019c38.tar.gz
Thrift-1680:Make install requires GNU make
Client: build patch: Jake Farrell Updates boost and libevent configure messages, updates thrift help to display error and smaller message, moves help to --help or -help and takes care of // TODO(dreiss): Delete these when everyone is using the new hotness. Welcome to the new hotness everyone. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1391705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'aclocal/ax_boost_base.m4')
-rw-r--r--aclocal/ax_boost_base.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/ax_boost_base.m4 b/aclocal/ax_boost_base.m4
index 5894d0cab..806f98b9a 100644
--- a/aclocal/ax_boost_base.m4
+++ b/aclocal/ax_boost_base.m4
@@ -37,7 +37,7 @@
AC_DEFUN([AX_BOOST_BASE],
[
AC_ARG_WITH([boost],
- AS_HELP_STRING([--with-boost@<:@=DIR@:>@], [use boost (default is yes) - it is possible to specify the root directory for boost (optional)]),
+ AS_HELP_STRING([--with-boost@<:@=DIR@:>@], [use boost [default=yes]. Optionally specify the root prefix dir where boost is installed]),
[
if test "$withval" = "no"; then
want_boost="no"