--- code/trunk/pcre_stringpiece.h.in 2007/02/24 21:40:45 77 +++ code/trunk/pcre_stringpiece.h.in 2007/02/24 21:41:06 83 @@ -42,10 +42,10 @@ #include #include // for ostream forward-declaration -#if @pcre_has_type_traits@ +#if @pcre_have_type_traits@ #define HAVE_TYPE_TRAITS #include -#elif @pcre_has_bits_type_traits@ +#elif @pcre_have_bits_type_traits@ #define HAVE_TYPE_TRAITS #include #endif