]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
configure.ac: Typo in human-readable description.
authorTommi Virtanen <tv@inktank.com>
Tue, 9 Oct 2012 19:47:22 +0000 (12:47 -0700)
committerTommi Virtanen <tv@inktank.com>
Tue, 9 Oct 2012 20:38:45 +0000 (13:38 -0700)
Signed-off-by: Tommi Virtanen <tv@inktank.com>
configure.ac

index d5e9ebfc7fe9dad5da351372077476117fab092e..4d03635b761b92a1b9d97e0d3bc9c1b1be9c206d 100644 (file)
@@ -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], [],