summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTommi Virtanen <tv@inktank.com>2012-10-09 12:47:22 -0700
committerTommi Virtanen <tv@inktank.com>2012-10-09 13:38:45 -0700
commitdd462ce38b7ce44bac82847ce78066b8b27aa2b0 (patch)
treedee55d6073d4e76943f851c715083f91227d91be /configure.ac
parent7ef0df25e001bfae303feb3ae36514608767b1f2 (diff)
downloadceph-dd462ce38b7ce44bac82847ce78066b8b27aa2b0.tar.gz
configure.ac: Typo in human-readable description.
Signed-off-by: Tommi Virtanen <tv@inktank.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d5e9ebfc7fe..4d03635b761 100644
--- a/configure.ac
+++ b/configure.ac
@@ -354,7 +354,7 @@ AC_CHECK_HEADER([boost/spirit/include/classic_core.hpp], [],
AM_CONDITIONAL(USE_BOOST_SPIRIT_OLD_HDR, [test "$use_bspirit_old_hdr" = "yes"])
AC_CHECK_HEADER([boost/random/discrete_distribution.hpp],
- [AC_DEFINE([HAVE_BOOST_RANDOM_DISCRETE_DISTRIBUTION], [], [have boost::random::discrete_distrubition])],
+ [AC_DEFINE([HAVE_BOOST_RANDOM_DISCRETE_DISTRIBUTION], [], [have boost::random::discrete_distribution])],
[])
AC_CHECK_HEADER([boost/statechart/state.hpp], [],