Misspelled.
authorScott Cantor <cantor.2@osu.edu>
Tue, 13 Nov 2007 21:46:08 +0000 (21:46 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 13 Nov 2007 21:46:08 +0000 (21:46 +0000)
configure.ac

index fe1063a..d14baf6 100644 (file)
@@ -301,7 +301,7 @@ AC_TRY_LINK(
         [#include <vector>],
         [std::iterator_traits<std::vector<int>::iterator>::value_type foo=0],
         [AC_DEFINE(HAVE_ITERATOR_TRAITS,1,
         [#include <vector>],
         [std::iterator_traits<std::vector<int>::iterator>::value_type foo=0],
         [AC_DEFINE(HAVE_ITERATOR_TRAITS,1,
-            [Defne to 1 if you have an STL implementation that supports std::iterator_traits.])],
+            [Define to 1 if you have an STL implementation that supports std::iterator_traits.])],
         )
 
 # Check for unit test support
         )
 
 # Check for unit test support