IF(BOOST_WT_FOUND)
WT_ADD_EXAMPLE(locale.wt locale.C)
INCLUDE_DIRECTORIES(${WT_SOURCE_DIR}/src)
ELSE(BOOST_WT_FOUND)
  MESSAGE(STATUS "** Not building locale example: requires boost headers.")
ENDIF(BOOST_WT_FOUND)
