From: Tommi Virtanen Date: Tue, 9 Oct 2012 19:47:22 +0000 (-0700) Subject: configure.ac: Typo in human-readable description. X-Git-Tag: v0.54~67 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd462ce38b7ce44bac82847ce78066b8b27aa2b0;p=ceph.git configure.ac: Typo in human-readable description. Signed-off-by: Tommi Virtanen --- diff --git a/configure.ac b/configure.ac index d5e9ebfc7fe9..4d03635b761b 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], [],