summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2011-01-08 00:16:57 +0100
committerRene Engelhard <rene@debian.org>2011-01-08 00:20:36 +0100
commit9dc556c2425de176c30031f143b7c42da7443983 (patch)
treeee8e4aa401113f99fe5b68b6ee5721ef7106bf70 /configure.in
parent309b61ccacbad6bbccd27e70b042dc6070a2181c (diff)
s/exceptons/exceptions/g in configure.in
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 53c8000d4cf7..3200accaca0f 100755
--- a/configure.in
+++ b/configure.in
@@ -4804,9 +4804,9 @@ if test -n "$with_system_boost" -o -n "$with_system_headers" && \
AC_MSG_CHECKING([whether boost/function.hpp compiles with -fno-exceptions])
AC_TRY_COMPILE([#include <boost/function.hpp>
], [],
- ac_cv_cxx_boost_no_exceptons_broken=no, ac_cv_cxx_boost_no_exceptons_broken=yes)
+ ac_cv_cxx_boost_no_exceptions_broken=no, ac_cv_cxx_boost_no_exceptions_broken=yes)
- if test "$ac_cv_cxx_boost_no_exceptons_broken" = "yes"; then
+ if test "$ac_cv_cxx_boost_no_exceptions_broken" = "yes"; then
AC_MSG_ERROR([no, see https://bugzilla.redhat.com/show_bug.cgi?id=477131])
else
AC_MSG_RESULT([yes])